#0F5EAA

Color #0F5EAA Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #0F5EAA

Tints of Denim #0F5EAA

Color information

#0F5EAA (or 0x0F5EAA) is unknown color: approx Denim. HEX triplet: 0F, 5E and AA. RGB value is (15,94,170). Sum of RGB (Red+Green+Blue) = 15+94+170=279 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.38% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F5EAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5EAA is #F0A155. Grayscale: #4E4E4E. Windows color (decimal): -15769942 or 11165199. OLE color: 11165199.

HSL color Cylindrical-coordinate representation of color #0F5EAA: hue angle of 209.42º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F5EAA is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1594170-
CMYK0.910.4500.33
HSL209.42º83.78%36.27%-
HSV(B)209.42º91.18%66.67%-
XYZ11.4611.0139.55-
YUV79.04179.3382.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 15 (6.25% from 255) = 5.38%
GREEN value IS 94 (37.11% from 255) = 33.69%
BLUE value IS 170 (66.80% from 255) = 60.93%
R=5.38%
G=33.69%
B=60.93%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15941700.910.4500.33209.4283.7836.27
HexF5EAA5B2D021d15424
Octal171362521335504132112444
Binary111110111101010101010110111011010100001110100011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F5EAA; }

 p { color: rgb(15,94,170); }

 H1.HeaderClassName
 {
   color: #0F5EAA;
 }
 .AnyTagClassName
 {
   color: #0F5EAA;
 }
</style>
background-color css

<style>
 a { background-color: #0F5EAA; }

 a { background-color: rgb(15,94,170); }

 div.DivClassName
 {
   background-color: #0F5EAA;
 }
 .BgClassName
 {
   background-color: #0F5EAA;
 }
</style>
border-color css

<style>
 span { border-color: #0F5EAA; }

 span { border-color: rgb(15,94,170); }

 td.TdClassName
 {
   border-color: #0F5EAA;
 }
 .TagClassName
 {
   border-color: #0F5EAA;
 }
</style>