Html Css Color HEX #0D477C Dark Cerulean

📋 copy color: '#0D477C'

red 13 ◦ green 71 ◦ blue 124

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

Shades of Dark Cerulean #0D477C

Tints of Dark Cerulean #0D477C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.13%

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

R = 6.25%
G = 34.13%
B = 59.62%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0D477C (or 0x0D477C) is known color: Dark Cerulean. HEX triplet: 0D, 47 and 7C. RGB value is (13,71,124). Sum of RGB (Red+Green+Blue) = 13+71+124=208 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.25% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 124 (48.83% from 255 or 59.62% from 208); Max value from RGB is 124 - color contains mainly: blue. Hex color #0D477C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D477C is #F2B883. Grayscale: #3B3B3B. Windows color (decimal): -15906948 or 8144653. OLE color: 8144653.

HSL color Cylindrical-coordinate representation of color #0D477C: hue angle of 208.65º 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 #0D477C is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 13 71 124 -
CMYK 0.90 0.43 0 0.51
HSL 208.65º 0.81% 0.27% -
HSV(B) 208.65º 0.9% 0.49% -
XYZ 6.06 6.05 19.92 -
YUV 59.7 164.28 94.69 -
System Red Green Blue C M Y K H S L
Decimal 13 71 124 0.90 0.43 0 0.51 208.65 0.81 0.27
Hex D 47 7C 5A 2B 0 33 D1 51 1B
Octal 15 107 174 132 53 0 63 321 121 33
Binary 1101 1000111 1111100 1011010 101011 0 110011 11010001 1010001 11011

Color Harmonies of #0D477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D477C

Black with #0D477C

Text Example


Text Example

White with #0D477C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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