Html Css Color HEX #0D6671 Blue Lagoon

📋 copy color: '#0D6671'

red 13 ◦ green 102 ◦ blue 113

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

Shades of Blue Lagoon #0D6671

Tints of Blue Lagoon #0D6671

RGB

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

 GREEN value IS 102 (40.23% from 255) = 44.74%

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

R = 5.7%
G = 44.74%
B = 49.56%

CMYK

 C value IS 0.88

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0D6671 (or 0x0D6671) is known color: Blue Lagoon. HEX triplet: 0D, 66 and 71. RGB value is (13,102,113). Sum of RGB (Red+Green+Blue) = 13+102+113=228 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.70% from 228); Green value is 102 (40.23% from 255 or 44.74% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #0D6671 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6671 is #F2998E. Grayscale: #4C4C4C. Windows color (decimal): -15899023 or 7431693. OLE color: 7431693.

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

Color convert

RGB 13 102 113 -
CMYK 0.88 0.10 0 0.56
HSL 186.6º 0.79% 0.25% -
HSV(B) 186.6º 0.88% 0.44% -
XYZ 7.9 10.78 17.29 -
YUV 76.64 148.51 82.61 -
System Red Green Blue C M Y K H S L
Decimal 13 102 113 0.88 0.10 0 0.56 186.6 0.79 0.25
Hex D 66 71 58 A 0 38 BB 4F 19
Octal 15 146 161 130 12 0 70 273 117 31
Binary 1101 1100110 1110001 1011000 1010 0 111000 10111011 1001111 11001

Color Harmonies of #0D6671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6671

Black with #0D6671

Text Example


Text Example

White with #0D6671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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