#0F428B

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

Shades of Dark Cerulean #0F428B

Tints of Dark Cerulean #0F428B

Color information

#0F428B (or 0x0F428B) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 42 and 8B. RGB value is (15,66,139). Sum of RGB (Red+Green+Blue) = 15+66+139=220 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.82% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 139 (54.69% from 255 or 63.18% from 220); Max value from RGB is 139 - color contains mainly: blue. Hex color #0F428B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F428B is #F0BD74. Grayscale: #3A3A3A. Windows color (decimal): -15777141 or 9126415. OLE color: 9126415.

HSL color Cylindrical-coordinate representation of color #0F428B: hue angle of 215.32º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F428B is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1566139-
CMYK0.890.5300.45
HSL215.32º80.52%30.2%-
HSV(B)215.32º89.21%54.51%-
XYZ6.815.8625.2-
YUV59.07173.196.56-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.82%
GREEN value IS 66 (26.17% from 255) = 30%
BLUE value IS 139 (54.69% from 255) = 63.18%
R=6.82%
G=30%
B=63.18%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal15661390.890.5300.45215.3280.5230.2
HexF428B593502Dd7511e
Octal171022131316505532712136
Binary11111000010100010111011001110101010110111010111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,66,139); }

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

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

 a { background-color: rgb(15,66,139); }

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

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

 span { border-color: rgb(15,66,139); }

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