Html Css Color HEX #0D3E89 Dark Cerulean

📋 copy color: '#0D3E89'

red 13 ◦ green 62 ◦ blue 137

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

Shades of Dark Cerulean #0D3E89

Tints of Dark Cerulean #0D3E89

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.25%

 BLUE value IS 137 (53.91% from 255) = 64.62%

R = 6.13%
G = 29.25%
B = 64.62%

CMYK

 C value IS 0.91

 M value IS 0.55

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0D3E89 (or 0x0D3E89) is known color: Dark Cerulean. HEX triplet: 0D, 3E and 89. RGB value is (13,62,137). Sum of RGB (Red+Green+Blue) = 13+62+137=212 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.13% from 212); Green value is 62 (24.61% from 255 or 29.25% from 212); Blue value is 137 (53.91% from 255 or 64.62% from 212); Max value from RGB is 137 - color contains mainly: blue. Hex color #0D3E89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3E89 is #F2C176. Grayscale: #373737. Windows color (decimal): -15909239 or 8994317. OLE color: 8994317.

HSL color Cylindrical-coordinate representation of color #0D3E89: hue angle of 216.29º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D3E89 is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 13 62 137 -
CMYK 0.91 0.55 0 0.46
HSL 216.29º 0.83% 0.29% -
HSV(B) 216.29º 0.91% 0.54% -
XYZ 6.4 5.34 24.36 -
YUV 55.9 173.77 97.4 -
System Red Green Blue C M Y K H S L
Decimal 13 62 137 0.91 0.55 0 0.46 216.29 0.83 0.29
Hex D 3E 89 5B 37 0 2E D8 53 1D
Octal 15 76 211 133 67 0 56 330 123 35
Binary 1101 111110 10001001 1011011 110111 0 101110 11011000 1010011 11101

Color Harmonies of #0D3E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3E89

Black with #0D3E89

Text Example


Text Example

White with #0D3E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,62,137); }

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

background-color css

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

 a { background-color: rgb(13,62,137); }

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

border-color css

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

 span { border-color: rgb(13,62,137); }

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