Html Css Color HEX #0D3F88 Dark Cerulean

📋 copy color: '#0D3F88'

red 13 ◦ green 63 ◦ blue 136

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

Shades of Dark Cerulean #0D3F88

Tints of Dark Cerulean #0D3F88

RGB

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

 GREEN value IS 63 (25% from 255) = 29.72%

 BLUE value IS 136 (53.52% from 255) = 64.15%

R = 6.13%
G = 29.72%
B = 64.15%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0D3F88 (or 0x0D3F88) is known color: Dark Cerulean. HEX triplet: 0D, 3F and 88. RGB value is (13,63,136). Sum of RGB (Red+Green+Blue) = 13+63+136=212 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.13% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 136 (53.52% from 255 or 64.15% from 212); Max value from RGB is 136 - color contains mainly: blue. Hex color #0D3F88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3F88 is #F2C077. Grayscale: #383838. Windows color (decimal): -15908984 or 8929037. OLE color: 8929037.

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

Color convert

RGB 13 63 136 -
CMYK 0.90 0.54 0 0.47
HSL 215.61º 0.83% 0.29% -
HSV(B) 215.61º 0.9% 0.53% -
XYZ 6.39 5.42 24 -
YUV 56.37 172.94 97.06 -
System Red Green Blue C M Y K H S L
Decimal 13 63 136 0.90 0.54 0 0.47 215.61 0.83 0.29
Hex D 3F 88 5A 36 0 2F D8 53 1D
Octal 15 77 210 132 66 0 57 330 123 35
Binary 1101 111111 10001000 1011010 110110 0 101111 11011000 1010011 11101

Color Harmonies of #0D3F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3F88

Black with #0D3F88

Text Example


Text Example

White with #0D3F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,63,136); }

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

background-color css

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

 a { background-color: rgb(13,63,136); }

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

border-color css

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

 span { border-color: rgb(13,63,136); }

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