Html Css Color HEX #0D3A71 Dark Cerulean

📋 copy color: '#0D3A71'

red 13 ◦ green 58 ◦ blue 113

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

Shades of Dark Cerulean #0D3A71

Tints of Dark Cerulean #0D3A71

RGB

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

 GREEN value IS 58 (23.05% from 255) = 31.52%

 BLUE value IS 113 (44.53% from 255) = 61.41%

R = 7.07%
G = 31.52%
B = 61.41%

CMYK

 C value IS 0.88

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0D3A71 (or 0x0D3A71) is known color: Dark Cerulean. HEX triplet: 0D, 3A and 71. RGB value is (13,58,113). Sum of RGB (Red+Green+Blue) = 13+58+113=184 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.07% from 184); Green value is 58 (23.05% from 255 or 31.52% from 184); Blue value is 113 (44.53% from 255 or 61.41% from 184); Max value from RGB is 113 - color contains mainly: blue. Hex color #0D3A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3A71 is #F2C58E. Grayscale: #323232. Windows color (decimal): -15910287 or 7420429. OLE color: 7420429.

HSL color Cylindrical-coordinate representation of color #0D3A71: hue angle of 213º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D3A71 is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 13 58 113 -
CMYK 0.88 0.49 0 0.56
HSL 213º 0.79% 0.25% -
HSV(B) 213º 0.88% 0.44% -
XYZ 4.66 4.3 16.21 -
YUV 50.82 163.09 101.03 -
System Red Green Blue C M Y K H S L
Decimal 13 58 113 0.88 0.49 0 0.56 213 0.79 0.25
Hex D 3A 71 58 31 0 38 D5 4F 19
Octal 15 72 161 130 61 0 70 325 117 31
Binary 1101 111010 1110001 1011000 110001 0 111000 11010101 1001111 11001

Color Harmonies of #0D3A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3A71

Black with #0D3A71

Text Example


Text Example

White with #0D3A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,58,113); }

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

background-color css

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

 a { background-color: rgb(13,58,113); }

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

border-color css

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

 span { border-color: rgb(13,58,113); }

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