Html Css Color HEX #0D427C Dark Cerulean

📋 copy color: '#0D427C'

red 13 ◦ green 66 ◦ blue 124

#0D427C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #0D427C

Tints of Dark Cerulean #0D427C

RGB

 RED value IS 13 (5.47% from 255) = 6.4%

 GREEN value IS 66 (26.17% from 255) = 32.51%

 BLUE value IS 124 (48.83% from 255) = 61.08%

R = 6.4%
G = 32.51%
B = 61.08%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0D427C (or 0x0D427C) is known color: Dark Cerulean. HEX triplet: 0D, 42 and 7C. RGB value is (13,66,124). Sum of RGB (Red+Green+Blue) = 13+66+124=203 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.40% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 124 (48.83% from 255 or 61.08% from 203); Max value from RGB is 124 - color contains mainly: blue. Hex color #0D427C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D427C is #F2BD83. Grayscale: #383838. Windows color (decimal): -15908228 or 8143373. OLE color: 8143373.

HSL color Cylindrical-coordinate representation of color #0D427C: hue angle of 211.35º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D427C is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 13 66 124 -
CMYK 0.90 0.47 0 0.51
HSL 211.35º 0.81% 0.27% -
HSV(B) 211.35º 0.9% 0.49% -
XYZ 5.75 5.44 19.82 -
YUV 56.77 165.94 96.78 -
System Red Green Blue C M Y K H S L
Decimal 13 66 124 0.90 0.47 0 0.51 211.35 0.81 0.27
Hex D 42 7C 5A 2F 0 33 D3 51 1B
Octal 15 102 174 132 57 0 63 323 121 33
Binary 1101 1000010 1111100 1011010 101111 0 110011 11010011 1010001 11011

Color Harmonies of #0D427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D427C

Black with #0D427C

Text Example


Text Example

White with #0D427C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D427C;
 }
 .AnyTagClassName
 {
   color: #0D427C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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