Html Css Color HEX #0C536F Blue Lagoon

📋 copy color: '#0C536F'

red 12 ◦ green 83 ◦ blue 111

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

Shades of Blue Lagoon #0C536F

Tints of Blue Lagoon #0C536F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.29%

 BLUE value IS 111 (43.75% from 255) = 53.88%

R = 5.83%
G = 40.29%
B = 53.88%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0C536F (or 0x0C536F) is known color: Blue Lagoon. HEX triplet: 0C, 53 and 6F. RGB value is (12,83,111). Sum of RGB (Red+Green+Blue) = 12+83+111=206 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.83% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 111 (43.75% from 255 or 53.88% from 206); Max value from RGB is 111 - color contains mainly: blue. Hex color #0C536F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C536F is #F3AC90. Grayscale: #404040. Windows color (decimal): -15969425 or 7295756. OLE color: 7295756.

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

Color convert

RGB 12 83 111 -
CMYK 0.89 0.25 0 0.56
HSL 196.97º 0.8% 0.24% -
HSV(B) 196.97º 0.89% 0.44% -
XYZ 6.11 7.41 16.15 -
YUV 64.96 153.98 90.22 -
System Red Green Blue C M Y K H S L
Decimal 12 83 111 0.89 0.25 0 0.56 196.97 0.8 0.24
Hex C 53 6F 59 19 0 38 C5 50 18
Octal 14 123 157 131 31 0 70 305 120 30
Binary 1100 1010011 1101111 1011001 11001 0 111000 11000101 1010000 11000

Color Harmonies of #0C536F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C536F

Black with #0C536F

Text Example


Text Example

White with #0C536F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,83,111); }

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

background-color css

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

 a { background-color: rgb(12,83,111); }

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

border-color css

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

 span { border-color: rgb(12,83,111); }

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