Html Css Color HEX #0D3C87 Dark Cerulean

📋 copy color: '#0D3C87'

red 13 ◦ green 60 ◦ blue 135

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

Shades of Dark Cerulean #0D3C87

Tints of Dark Cerulean #0D3C87

RGB

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

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

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

R = 6.25%
G = 28.85%
B = 64.9%

CMYK

 C value IS 0.90

 M value IS 0.56

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0D3C87 (or 0x0D3C87) is known color: Dark Cerulean. HEX triplet: 0D, 3C and 87. RGB value is (13,60,135). Sum of RGB (Red+Green+Blue) = 13+60+135=208 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.25% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 135 (53.12% from 255 or 64.90% from 208); Max value from RGB is 135 - color contains mainly: blue. Hex color #0D3C87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3C87 is #F2C378. Grayscale: #363636. Windows color (decimal): -15909753 or 8862733. OLE color: 8862733.

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

Color convert

RGB 13 60 135 -
CMYK 0.90 0.56 0 0.47
HSL 216.89º 0.82% 0.29% -
HSV(B) 216.89º 0.9% 0.53% -
XYZ 6.16 5.07 23.58 -
YUV 54.5 173.43 98.4 -
System Red Green Blue C M Y K H S L
Decimal 13 60 135 0.90 0.56 0 0.47 216.89 0.82 0.29
Hex D 3C 87 5A 38 0 2F D9 52 1D
Octal 15 74 207 132 70 0 57 331 122 35
Binary 1101 111100 10000111 1011010 111000 0 101111 11011001 1010010 11101

Color Harmonies of #0D3C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3C87

Black with #0D3C87

Text Example


Text Example

White with #0D3C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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