Html Css Color HEX #0D6C71 Blue Lagoon

📋 copy color: '#0D6C71'

red 13 ◦ green 108 ◦ blue 113

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

Shades of Blue Lagoon #0D6C71

Tints of Blue Lagoon #0D6C71

RGB

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

 GREEN value IS 108 (42.58% from 255) = 46.15%

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

R = 5.56%
G = 46.15%
B = 48.29%

CMYK

 C value IS 0.88

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0D6C71 (or 0x0D6C71) is known color: Blue Lagoon. HEX triplet: 0D, 6C and 71. RGB value is (13,108,113). Sum of RGB (Red+Green+Blue) = 13+108+113=234 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.56% from 234); Green value is 108 (42.58% from 255 or 46.15% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #0D6C71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6C71 is #F2938E. Grayscale: #505050. Windows color (decimal): -15897487 or 7433229. OLE color: 7433229.

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

Color convert

RGB 13 108 113 -
CMYK 0.88 0.04 0 0.56
HSL 183º 0.79% 0.25% -
HSV(B) 183º 0.88% 0.44% -
XYZ 8.51 12 17.49 -
YUV 80.17 146.53 80.09 -
System Red Green Blue C M Y K H S L
Decimal 13 108 113 0.88 0.04 0 0.56 183 0.79 0.25
Hex D 6C 71 58 4 0 38 B7 4F 19
Octal 15 154 161 130 4 0 70 267 117 31
Binary 1101 1101100 1110001 1011000 100 0 111000 10110111 1001111 11001

Color Harmonies of #0D6C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6C71

Black with #0D6C71

Text Example


Text Example

White with #0D6C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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