Html Css Color HEX #0D6071 Blue Lagoon

📋 copy color: '#0D6071'

red 13 ◦ green 96 ◦ blue 113

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

Shades of Blue Lagoon #0D6071

Tints of Blue Lagoon #0D6071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.24%

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

R = 5.86%
G = 43.24%
B = 50.9%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0D6071 (or 0x0D6071) is known color: Blue Lagoon. HEX triplet: 0D, 60 and 71. RGB value is (13,96,113). Sum of RGB (Red+Green+Blue) = 13+96+113=222 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.86% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #0D6071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6071 is #F29F8E. Grayscale: #484848. Windows color (decimal): -15900559 or 7430157. OLE color: 7430157.

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

Color convert

RGB 13 96 113 -
CMYK 0.88 0.15 0 0.56
HSL 190.2º 0.79% 0.25% -
HSV(B) 190.2º 0.88% 0.44% -
XYZ 7.33 9.64 17.1 -
YUV 73.12 150.5 85.12 -
System Red Green Blue C M Y K H S L
Decimal 13 96 113 0.88 0.15 0 0.56 190.2 0.79 0.25
Hex D 60 71 58 F 0 38 BE 4F 19
Octal 15 140 161 130 17 0 70 276 117 31
Binary 1101 1100000 1110001 1011000 1111 0 111000 10111110 1001111 11001

Color Harmonies of #0D6071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6071

Black with #0D6071

Text Example


Text Example

White with #0D6071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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