Html Css Color HEX #0C6075 Blue Lagoon

📋 copy color: '#0C6075'

red 12 ◦ green 96 ◦ blue 117

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

Shades of Blue Lagoon #0C6075

Tints of Blue Lagoon #0C6075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.67%

 BLUE value IS 117 (46.09% from 255) = 52%

R = 5.33%
G = 42.67%
B = 52%

CMYK

 C value IS 0.90

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0C6075 (or 0x0C6075) is known color: Blue Lagoon. HEX triplet: 0C, 60 and 75. RGB value is (12,96,117). Sum of RGB (Red+Green+Blue) = 12+96+117=225 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.33% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #0C6075 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6075 is #F39F8A. Grayscale: #494949. Windows color (decimal): -15966091 or 7692300. OLE color: 7692300.

HSL color Cylindrical-coordinate representation of color #0C6075: hue angle of 192º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C6075 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 12 96 117 -
CMYK 0.90 0.18 0 0.54
HSL 192º 0.81% 0.25% -
HSV(B) 192º 0.9% 0.46% -
XYZ 7.55 9.73 18.31 -
YUV 73.28 152.67 84.29 -
System Red Green Blue C M Y K H S L
Decimal 12 96 117 0.90 0.18 0 0.54 192 0.81 0.25
Hex C 60 75 5A 12 0 36 C0 51 19
Octal 14 140 165 132 22 0 66 300 121 31
Binary 1100 1100000 1110101 1011010 10010 0 110110 11000000 1010001 11001

Color Harmonies of #0C6075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6075

Black with #0C6075

Text Example


Text Example

White with #0C6075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,96,117); }

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

background-color css

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

 a { background-color: rgb(12,96,117); }

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

border-color css

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

 span { border-color: rgb(12,96,117); }

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