Html Css Color HEX #0D4888 Dark Cerulean

📋 copy color: '#0D4888'

red 13 ◦ green 72 ◦ blue 136

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

Shades of Dark Cerulean #0D4888

Tints of Dark Cerulean #0D4888

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.58%

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

R = 5.88%
G = 32.58%
B = 61.54%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0D4888 (or 0x0D4888) is known color: Dark Cerulean. HEX triplet: 0D, 48 and 88. RGB value is (13,72,136). Sum of RGB (Red+Green+Blue) = 13+72+136=221 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.88% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 136 (53.52% from 255 or 61.54% from 221); Max value from RGB is 136 - color contains mainly: blue. Hex color #0D4888 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4888 is #F2B777. Grayscale: #3D3D3D. Windows color (decimal): -15906680 or 8931341. OLE color: 8931341.

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

Color convert

RGB 13 72 136 -
CMYK 0.90 0.47 0 0.47
HSL 211.22º 0.83% 0.29% -
HSV(B) 211.22º 0.9% 0.53% -
XYZ 6.93 6.5 24.18 -
YUV 61.66 169.95 93.3 -
System Red Green Blue C M Y K H S L
Decimal 13 72 136 0.90 0.47 0 0.47 211.22 0.83 0.29
Hex D 48 88 5A 2F 0 2F D3 53 1D
Octal 15 110 210 132 57 0 57 323 123 35
Binary 1101 1001000 10001000 1011010 101111 0 101111 11010011 1010011 11101

Color Harmonies of #0D4888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4888

Black with #0D4888

Text Example


Text Example

White with #0D4888

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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