#0D427B

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

Shades of Dark Cerulean #0D427B

Tints of Dark Cerulean #0D427B

Color information

#0D427B (or 0x0D427B) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 42 and 7B. RGB value is (13,66,123). Sum of RGB (Red+Green+Blue) = 13+66+123=202 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.44% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 123 (48.44% from 255 or 60.89% from 202); Max value from RGB is 123 - color contains mainly: blue. Hex color #0D427B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D427B is #F2BD84. Grayscale: #383838. Windows color (decimal): -15908229 or 8077837. OLE color: 8077837.

HSL color Cylindrical-coordinate representation of color #0D427B: hue angle of 211.09º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D427B is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1366123-
CMYK0.890.4600.52
HSL211.09º80.88%26.67%-
HSV(B)211.09º89.43%48.24%-
XYZ5.695.4119.48-
YUV56.65165.4496.87-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.44%
GREEN value IS 66 (26.17% from 255) = 32.67%
BLUE value IS 123 (48.44% from 255) = 60.89%
R=6.44%
G=32.67%
B=60.89%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal13661230.890.4600.52211.0980.8826.67
HexD427B592E034d3511b
Octal151021731315606432312133
Binary1101100001011110111011001101110011010011010011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D427B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,66,123); }

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

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

 a { background-color: rgb(13,66,123); }

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

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

 span { border-color: rgb(13,66,123); }

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