Html Css Color HEX #0D5171 Dark Cerulean

📋 copy color: '#0D5171'

red 13 ◦ green 81 ◦ blue 113

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

Shades of Dark Cerulean #0D5171

Tints of Dark Cerulean #0D5171

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.13%

 BLUE value IS 113 (44.53% from 255) = 54.59%

R = 6.28%
G = 39.13%
B = 54.59%

CMYK

 C value IS 0.88

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0D5171 (or 0x0D5171) is known color: Dark Cerulean. HEX triplet: 0D, 51 and 71. RGB value is (13,81,113). Sum of RGB (Red+Green+Blue) = 13+81+113=207 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.28% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 113 (44.53% from 255 or 54.59% from 207); Max value from RGB is 113 - color contains mainly: blue. Hex color #0D5171 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5171 is #F2AE8E. Grayscale: #404040. Windows color (decimal): -15904399 or 7426317. OLE color: 7426317.

HSL color Cylindrical-coordinate representation of color #0D5171: hue angle of 199.2º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D5171 is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 13 81 113 -
CMYK 0.88 0.28 0 0.56
HSL 199.2º 0.79% 0.25% -
HSV(B) 199.2º 0.88% 0.44% -
XYZ 6.09 7.16 16.68 -
YUV 64.32 155.47 91.4 -
System Red Green Blue C M Y K H S L
Decimal 13 81 113 0.88 0.28 0 0.56 199.2 0.79 0.25
Hex D 51 71 58 1C 0 38 C7 4F 19
Octal 15 121 161 130 34 0 70 307 117 31
Binary 1101 1010001 1110001 1011000 11100 0 111000 11000111 1001111 11001

Color Harmonies of #0D5171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5171

Black with #0D5171

Text Example


Text Example

White with #0D5171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,81,113); }

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

background-color css

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

 a { background-color: rgb(13,81,113); }

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

border-color css

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

 span { border-color: rgb(13,81,113); }

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