Html Css Color HEX #0C6971 Blue Lagoon

📋 copy color: '#0C6971'

red 12 ◦ green 105 ◦ blue 113

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

Shades of Blue Lagoon #0C6971

Tints of Blue Lagoon #0C6971

RGB

 RED value IS 12 (5.08% from 255) = 5.22%

 GREEN value IS 105 (41.41% from 255) = 45.65%

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

R = 5.22%
G = 45.65%
B = 49.13%

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0C6971 (or 0x0C6971) is known color: Blue Lagoon. HEX triplet: 0C, 69 and 71. RGB value is (12,105,113). Sum of RGB (Red+Green+Blue) = 12+105+113=230 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.22% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #0C6971 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6971 is #F3968E. Grayscale: #4D4D4D. Windows color (decimal): -15963791 or 7432460. OLE color: 7432460.

HSL color Cylindrical-coordinate representation of color #0C6971: hue angle of 184.75º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6971 is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 12 105 113 -
CMYK 0.89 0.07 0 0.56
HSL 184.75º 0.81% 0.25% -
HSV(B) 184.75º 0.89% 0.44% -
XYZ 8.18 11.37 17.39 -
YUV 78.11 147.69 80.85 -
System Red Green Blue C M Y K H S L
Decimal 12 105 113 0.89 0.07 0 0.56 184.75 0.81 0.25
Hex C 69 71 59 7 0 38 B9 51 19
Octal 14 151 161 131 7 0 70 271 121 31
Binary 1100 1101001 1110001 1011001 111 0 111000 10111001 1010001 11001

Color Harmonies of #0C6971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6971

Black with #0C6971

Text Example


Text Example

White with #0C6971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,105,113); }

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

background-color css

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

 a { background-color: rgb(12,105,113); }

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

border-color css

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

 span { border-color: rgb(12,105,113); }

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