#0F4369

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

Shades of Dark Cerulean #0F4369

Tints of Dark Cerulean #0F4369

Color information

#0F4369 (or 0x0F4369) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 43 and 69. RGB value is (15,67,105). Sum of RGB (Red+Green+Blue) = 15+67+105=187 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.02% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 105 (41.41% from 255 or 56.15% from 187); Max value from RGB is 105 - color contains mainly: blue. Hex color #0F4369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4369 is #F0BC96. Grayscale: #373737. Windows color (decimal): -15776919 or 6898447. OLE color: 6898447.

HSL color Cylindrical-coordinate representation of color #0F4369: hue angle of 205.33º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F4369 is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1567105-
CMYK0.860.3600.59
HSL205.33º75%23.53%-
HSV(B)205.33º85.71%41.18%-
XYZ4.755.1414.11-
YUV55.78155.7798.91-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.02%
GREEN value IS 67 (26.56% from 255) = 35.83%
BLUE value IS 105 (41.41% from 255) = 56.15%
R=8.02%
G=35.83%
B=56.15%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal15671050.860.3600.59205.337523.53
HexF4369562403Bcd4b18
Octal171031511264407331511330
Binary1111100001111010011010110100100011101111001101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,67,105); }

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

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

 a { background-color: rgb(15,67,105); }

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

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

 span { border-color: rgb(15,67,105); }

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