Html Css Color HEX #0D3C82 Dark Cerulean

📋 copy color: '#0D3C82'

red 13 ◦ green 60 ◦ blue 130

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

Shades of Dark Cerulean #0D3C82

Tints of Dark Cerulean #0D3C82

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.56%

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

R = 6.4%
G = 29.56%
B = 64.04%

CMYK

 C value IS 0.9

 M value IS 0.54

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0D3C82 (or 0x0D3C82) is known color: Dark Cerulean. HEX triplet: 0D, 3C and 82. RGB value is (13,60,130). Sum of RGB (Red+Green+Blue) = 13+60+130=203 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.40% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 130 (51.17% from 255 or 64.04% from 203); Max value from RGB is 130 - color contains mainly: blue. Hex color #0D3C82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3C82 is #F2C37D. Grayscale: #353535. Windows color (decimal): -15909758 or 8535053. OLE color: 8535053.

HSL color Cylindrical-coordinate representation of color #0D3C82: hue angle of 215.9º 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 #0D3C82 is Cyan = 0.9, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 13 60 130 -
CMYK 0.9 0.54 0 0.49
HSL 215.9º 0.82% 0.28% -
HSV(B) 215.9º 0.9% 0.51% -
XYZ 5.81 4.93 21.76 -
YUV 53.93 170.93 98.81 -
System Red Green Blue C M Y K H S L
Decimal 13 60 130 0.9 0.54 0 0.49 215.9 0.82 0.28
Hex D 3C 82 5A 36 0 31 D8 52 1C
Octal 15 74 202 132 66 0 61 330 122 34
Binary 1101 111100 10000010 1011010 110110 0 110001 11011000 1010010 11100

Color Harmonies of #0D3C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3C82

Black with #0D3C82

Text Example


Text Example

White with #0D3C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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