Html Css Color HEX #0D3987 Dark Cerulean

📋 copy color: '#0D3987'

red 13 ◦ green 57 ◦ blue 135

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

Shades of Dark Cerulean #0D3987

Tints of Dark Cerulean #0D3987

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.8%

 BLUE value IS 135 (53.13% from 255) = 65.85%

R = 6.34%
G = 27.8%
B = 65.85%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0D3987 (or 0x0D3987) is known color: Dark Cerulean. HEX triplet: 0D, 39 and 87. RGB value is (13,57,135). Sum of RGB (Red+Green+Blue) = 13+57+135=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 135 (53.12% from 255 or 65.85% from 205); Max value from RGB is 135 - color contains mainly: blue. Hex color #0D3987 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3987 is #F2C678. Grayscale: #343434. Windows color (decimal): -15910521 or 8861965. OLE color: 8861965.

HSL color Cylindrical-coordinate representation of color #0D3987: hue angle of 218.36º 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 #0D3987 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 13 57 135 -
CMYK 0.90 0.58 0 0.47
HSL 218.36º 0.82% 0.29% -
HSV(B) 218.36º 0.9% 0.53% -
XYZ 6 4.76 23.52 -
YUV 52.74 174.42 99.66 -
System Red Green Blue C M Y K H S L
Decimal 13 57 135 0.90 0.58 0 0.47 218.36 0.82 0.29
Hex D 39 87 5A 3A 0 2F DA 52 1D
Octal 15 71 207 132 72 0 57 332 122 35
Binary 1101 111001 10000111 1011010 111010 0 101111 11011010 1010010 11101

Color Harmonies of #0D3987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3987

Black with #0D3987

Text Example


Text Example

White with #0D3987

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,57,135); }

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

background-color css

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

 a { background-color: rgb(13,57,135); }

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

border-color css

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

 span { border-color: rgb(13,57,135); }

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