Html Css Color HEX #0C6271 Blue Lagoon

📋 copy color: '#0C6271'

red 12 ◦ green 98 ◦ blue 113

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

Shades of Blue Lagoon #0C6271

Tints of Blue Lagoon #0C6271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 43.95%

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

R = 5.38%
G = 43.95%
B = 50.67%

CMYK

 C value IS 0.89

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0C6271 (or 0x0C6271) is known color: Blue Lagoon. HEX triplet: 0C, 62 and 71. RGB value is (12,98,113). Sum of RGB (Red+Green+Blue) = 12+98+113=223 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.38% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #0C6271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6271 is #F39D8E. Grayscale: #494949. Windows color (decimal): -15965583 or 7430668. OLE color: 7430668.

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

Color convert

RGB 12 98 113 -
CMYK 0.89 0.13 0 0.56
HSL 188.91º 0.81% 0.25% -
HSV(B) 188.91º 0.89% 0.44% -
XYZ 7.5 10.01 17.16 -
YUV 74 150.01 83.78 -
System Red Green Blue C M Y K H S L
Decimal 12 98 113 0.89 0.13 0 0.56 188.91 0.81 0.25
Hex C 62 71 59 D 0 38 BD 51 19
Octal 14 142 161 131 15 0 70 275 121 31
Binary 1100 1100010 1110001 1011001 1101 0 111000 10111101 1010001 11001

Color Harmonies of #0C6271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6271

Black with #0C6271

Text Example


Text Example

White with #0C6271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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