Html Css Color HEX #0D4682 Dark Cerulean

📋 copy color: '#0D4682'

red 13 ◦ green 70 ◦ blue 130

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

Shades of Dark Cerulean #0D4682

Tints of Dark Cerulean #0D4682

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.86%

 BLUE value IS 130 (51.17% from 255) = 61.03%

R = 6.1%
G = 32.86%
B = 61.03%

CMYK

 C value IS 0.9

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0D4682 (or 0x0D4682) is known color: Dark Cerulean. HEX triplet: 0D, 46 and 82. RGB value is (13,70,130). Sum of RGB (Red+Green+Blue) = 13+70+130=213 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.10% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 130 (51.17% from 255 or 61.03% from 213); Max value from RGB is 130 - color contains mainly: blue. Hex color #0D4682 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4682 is #F2B97D. Grayscale: #3B3B3B. Windows color (decimal): -15907198 or 8537613. OLE color: 8537613.

HSL color Cylindrical-coordinate representation of color #0D4682: hue angle of 210.77º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D4682 is Cyan = 0.9, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 13 70 130 -
CMYK 0.9 0.46 0 0.49
HSL 210.77º 0.82% 0.28% -
HSV(B) 210.77º 0.9% 0.51% -
XYZ 6.39 6.08 21.96 -
YUV 59.8 167.62 94.62 -
System Red Green Blue C M Y K H S L
Decimal 13 70 130 0.9 0.46 0 0.49 210.77 0.82 0.28
Hex D 46 82 5A 2E 0 31 D3 52 1C
Octal 15 106 202 132 56 0 61 323 122 34
Binary 1101 1000110 10000010 1011010 101110 0 110001 11010011 1010010 11100

Color Harmonies of #0D4682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4682

Black with #0D4682

Text Example


Text Example

White with #0D4682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,70,130); }

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

background-color css

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

 a { background-color: rgb(13,70,130); }

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

border-color css

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

 span { border-color: rgb(13,70,130); }

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