Html Css Color HEX #0C536C Blue Lagoon

📋 copy color: '#0C536C'

red 12 ◦ green 83 ◦ blue 108

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

Shades of Blue Lagoon #0C536C

Tints of Blue Lagoon #0C536C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 53.2%

R = 5.91%
G = 40.89%
B = 53.2%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0C536C (or 0x0C536C) is known color: Blue Lagoon. HEX triplet: 0C, 53 and 6C. RGB value is (12,83,108). Sum of RGB (Red+Green+Blue) = 12+83+108=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 108 (42.58% from 255 or 53.20% from 203); Max value from RGB is 108 - color contains mainly: blue. Hex color #0C536C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C536C is #F3AC93. Grayscale: #404040. Windows color (decimal): -15969428 or 7099148. OLE color: 7099148.

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

Color convert

RGB 12 83 108 -
CMYK 0.89 0.23 0 0.58
HSL 195.63º 0.8% 0.24% -
HSV(B) 195.63º 0.89% 0.42% -
XYZ 5.95 7.35 15.29 -
YUV 64.62 152.48 90.47 -
System Red Green Blue C M Y K H S L
Decimal 12 83 108 0.89 0.23 0 0.58 195.63 0.8 0.24
Hex C 53 6C 59 17 0 3A C4 50 18
Octal 14 123 154 131 27 0 72 304 120 30
Binary 1100 1010011 1101100 1011001 10111 0 111010 11000100 1010000 11000

Color Harmonies of #0C536C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C536C

Black with #0C536C

Text Example


Text Example

White with #0C536C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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