#0A428B

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

Shades of Dark Cerulean #0A428B

Tints of Dark Cerulean #0A428B

Color information

#0A428B (or 0x0A428B) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 42 and 8B. RGB value is (10,66,139). Sum of RGB (Red+Green+Blue) = 10+66+139=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 139 (54.69% from 255 or 64.65% from 215); Max value from RGB is 139 - color contains mainly: blue. Hex color #0A428B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A428B is #F5BD74. Grayscale: #393939. Windows color (decimal): -16104821 or 9126410. OLE color: 9126410.

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

Color convert

RGB1066139-
CMYK0.930.5300.45
HSL213.95º86.58%29.22%-
HSV(B)213.95º92.81%54.51%-
XYZ6.735.8325.2-
YUV57.58173.9594.06-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.65%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 139 (54.69% from 255) = 64.65%
R=4.65%
G=30.70%
B=64.65%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10661390.930.5300.45213.9586.5829.22
HexA428B5D3502Dd6571d
Octal121022131356505532612735
Binary10101000010100010111011101110101010110111010110101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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