Html Css Color HEX #0D4586 Dark Cerulean

📋 copy color: '#0D4586'

red 13 ◦ green 69 ◦ blue 134

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

Shades of Dark Cerulean #0D4586

Tints of Dark Cerulean #0D4586

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.94%

 BLUE value IS 134 (52.73% from 255) = 62.04%

R = 6.02%
G = 31.94%
B = 62.04%

CMYK

 C value IS 0.90

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0D4586 (or 0x0D4586) is known color: Dark Cerulean. HEX triplet: 0D, 45 and 86. RGB value is (13,69,134). Sum of RGB (Red+Green+Blue) = 13+69+134=216 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.02% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 134 (52.73% from 255 or 62.04% from 216); Max value from RGB is 134 - color contains mainly: blue. Hex color #0D4586 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4586 is #F2BA79. Grayscale: #3B3B3B. Windows color (decimal): -15907450 or 8799501. OLE color: 8799501.

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

Color convert

RGB 13 69 134 -
CMYK 0.90 0.49 0 0.47
HSL 212.23º 0.82% 0.29% -
HSV(B) 212.23º 0.9% 0.53% -
XYZ 6.6 6.06 23.38 -
YUV 59.67 169.95 94.71 -
System Red Green Blue C M Y K H S L
Decimal 13 69 134 0.90 0.49 0 0.47 212.23 0.82 0.29
Hex D 45 86 5A 31 0 2F D4 52 1D
Octal 15 105 206 132 61 0 57 324 122 35
Binary 1101 1000101 10000110 1011010 110001 0 101111 11010100 1010010 11101

Color Harmonies of #0D4586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4586

Black with #0D4586

Text Example


Text Example

White with #0D4586

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,69,134); }

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

background-color css

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

 a { background-color: rgb(13,69,134); }

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

border-color css

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

 span { border-color: rgb(13,69,134); }

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