#0F4569

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

Shades of Dark Cerulean #0F4569

Tints of Dark Cerulean #0F4569

Color information

#0F4569 (or 0x0F4569) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 45 and 69. RGB value is (15,69,105). Sum of RGB (Red+Green+Blue) = 15+69+105=189 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.94% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 105 (41.41% from 255 or 55.56% from 189); Max value from RGB is 105 - color contains mainly: blue. Hex color #0F4569 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4569 is #F0BA96. Grayscale: #383838. Windows color (decimal): -15776407 or 6898959. OLE color: 6898959.

HSL color Cylindrical-coordinate representation of color #0F4569: hue angle of 204º 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 #0F4569 is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1569105-
CMYK0.860.3400.59
HSL204º75%23.53%-
HSV(B)204º85.71%41.18%-
XYZ4.875.3814.15-
YUV56.96155.1198.07-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.94%
GREEN value IS 69 (27.34% from 255) = 36.51%
BLUE value IS 105 (41.41% from 255) = 55.56%
R=7.94%
G=36.51%
B=55.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal15691050.860.3400.592047523.53
HexF4569562203Bcc4b18
Octal171051511264207331411330
Binary1111100010111010011010110100010011101111001100100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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