Html Css Color HEX #0D558D Dark Cerulean

📋 copy color: '#0D558D'

red 13 ◦ green 85 ◦ blue 141

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

Shades of Dark Cerulean #0D558D

Tints of Dark Cerulean #0D558D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.56%

 BLUE value IS 141 (55.47% from 255) = 59%

R = 5.44%
G = 35.56%
B = 59%

CMYK

 C value IS 0.91

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0D558D (or 0x0D558D) is known color: Dark Cerulean. HEX triplet: 0D, 55 and 8D. RGB value is (13,85,141). Sum of RGB (Red+Green+Blue) = 13+85+141=239 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.44% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 141 (55.47% from 255 or 59.00% from 239); Max value from RGB is 141 - color contains mainly: blue. Hex color #0D558D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D558D is #F2AA72. Grayscale: #454545. Windows color (decimal): -15903347 or 9262349. OLE color: 9262349.

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

Color convert

RGB 13 85 141 -
CMYK 0.91 0.40 0 0.45
HSL 206.25º 0.83% 0.3% -
HSV(B) 206.25º 0.91% 0.55% -
XYZ 8.22 8.51 26.41 -
YUV 69.86 168.15 87.45 -
System Red Green Blue C M Y K H S L
Decimal 13 85 141 0.91 0.40 0 0.45 206.25 0.83 0.3
Hex D 55 8D 5B 28 0 2D CE 53 1E
Octal 15 125 215 133 50 0 55 316 123 36
Binary 1101 1010101 10001101 1011011 101000 0 101101 11001110 1010011 11110

Color Harmonies of #0D558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D558D

Black with #0D558D

Text Example


Text Example

White with #0D558D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,85,141); }

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

background-color css

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

 a { background-color: rgb(13,85,141); }

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

border-color css

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

 span { border-color: rgb(13,85,141); }

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