Html Css Color HEX #0D5271 Dark Cerulean

📋 copy color: '#0D5271'

red 13 ◦ green 82 ◦ blue 113

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

Shades of Dark Cerulean #0D5271

Tints of Dark Cerulean #0D5271

RGB

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

 GREEN value IS 82 (32.42% from 255) = 39.42%

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

R = 6.25%
G = 39.42%
B = 54.33%

CMYK

 C value IS 0.88

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0D5271 (or 0x0D5271) is known color: Dark Cerulean. HEX triplet: 0D, 52 and 71. RGB value is (13,82,113). Sum of RGB (Red+Green+Blue) = 13+82+113=208 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.25% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 113 (44.53% from 255 or 54.33% from 208); Max value from RGB is 113 - color contains mainly: blue. Hex color #0D5271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5271 is #F2AD8E. Grayscale: #404040. Windows color (decimal): -15904143 or 7426573. OLE color: 7426573.

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

Color convert

RGB 13 82 113 -
CMYK 0.88 0.27 0 0.56
HSL 198.6º 0.79% 0.25% -
HSV(B) 198.6º 0.88% 0.44% -
XYZ 6.16 7.31 16.71 -
YUV 64.9 155.14 90.98 -
System Red Green Blue C M Y K H S L
Decimal 13 82 113 0.88 0.27 0 0.56 198.6 0.79 0.25
Hex D 52 71 58 1B 0 38 C7 4F 19
Octal 15 122 161 130 33 0 70 307 117 31
Binary 1101 1010010 1110001 1011000 11011 0 111000 11000111 1001111 11001

Color Harmonies of #0D5271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5271

Black with #0D5271

Text Example


Text Example

White with #0D5271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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