#0A428D

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

Shades of Dark Cerulean #0A428D

Tints of Dark Cerulean #0A428D

Color information

#0A428D (or 0x0A428D) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 42 and 8D. RGB value is (10,66,141). Sum of RGB (Red+Green+Blue) = 10+66+141=217 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.61% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 141 (55.47% from 255 or 64.98% from 217); Max value from RGB is 141 - color contains mainly: blue. Hex color #0A428D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A428D is #F5BD72. Grayscale: #393939. Windows color (decimal): -16104819 or 9257482. OLE color: 9257482.

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

Color convert

RGB1066141-
CMYK0.930.5300.45
HSL214.35º86.75%29.61%-
HSV(B)214.35º92.91%55.29%-
XYZ6.885.8825.97-
YUV57.81174.9593.9-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.61%
GREEN value IS 66 (26.17% from 255) = 30.41%
BLUE value IS 141 (55.47% from 255) = 64.98%
R=4.61%
G=30.41%
B=64.98%

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
Decimal10661410.930.5300.45214.3586.7529.61
HexA428D5D3502Dd6571e
Octal121022151356505532612736
Binary10101000010100011011011101110101010110111010110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A428D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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