Html Css Color HEX #0D6172 Blue Lagoon

📋 copy color: '#0D6172'

red 13 ◦ green 97 ◦ blue 114

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

Shades of Blue Lagoon #0D6172

Tints of Blue Lagoon #0D6172

RGB

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

 GREEN value IS 97 (38.28% from 255) = 43.3%

 BLUE value IS 114 (44.92% from 255) = 50.89%

R = 5.8%
G = 43.3%
B = 50.89%

CMYK

 C value IS 0.89

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0D6172 (or 0x0D6172) is known color: Blue Lagoon. HEX triplet: 0D, 61 and 72. RGB value is (13,97,114). Sum of RGB (Red+Green+Blue) = 13+97+114=224 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.80% from 224); Green value is 97 (38.28% from 255 or 43.30% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #0D6172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6172 is #F29E8D. Grayscale: #494949. Windows color (decimal): -15900302 or 7495949. OLE color: 7495949.

HSL color Cylindrical-coordinate representation of color #0D6172: hue angle of 190.1º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D6172 is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 13 97 114 -
CMYK 0.89 0.15 0 0.55
HSL 190.1º 0.8% 0.25% -
HSV(B) 190.1º 0.89% 0.45% -
XYZ 7.48 9.85 17.43 -
YUV 73.82 150.67 84.62 -
System Red Green Blue C M Y K H S L
Decimal 13 97 114 0.89 0.15 0 0.55 190.1 0.8 0.25
Hex D 61 72 59 F 0 37 BE 50 19
Octal 15 141 162 131 17 0 67 276 120 31
Binary 1101 1100001 1110010 1011001 1111 0 110111 10111110 1010000 11001

Color Harmonies of #0D6172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6172

Black with #0D6172

Text Example


Text Example

White with #0D6172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,97,114); }

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

background-color css

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

 a { background-color: rgb(13,97,114); }

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

border-color css

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

 span { border-color: rgb(13,97,114); }

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