Html Css Color HEX #0C5370 Blue Lagoon

📋 copy color: '#0C5370'

red 12 ◦ green 83 ◦ blue 112

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

Shades of Blue Lagoon #0C5370

Tints of Blue Lagoon #0C5370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 54.11%

R = 5.8%
G = 40.1%
B = 54.11%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0C5370 (or 0x0C5370) is known color: Blue Lagoon. HEX triplet: 0C, 53 and 70. RGB value is (12,83,112). Sum of RGB (Red+Green+Blue) = 12+83+112=207 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.80% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #0C5370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5370 is #F3AC8F. Grayscale: #404040. Windows color (decimal): -15969424 or 7361292. OLE color: 7361292.

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

Color convert

RGB 12 83 112 -
CMYK 0.89 0.26 0 0.56
HSL 197.4º 0.81% 0.24% -
HSV(B) 197.4º 0.89% 0.44% -
XYZ 6.17 7.43 16.44 -
YUV 65.08 154.48 90.14 -
System Red Green Blue C M Y K H S L
Decimal 12 83 112 0.89 0.26 0 0.56 197.4 0.81 0.24
Hex C 53 70 59 1A 0 38 C5 51 18
Octal 14 123 160 131 32 0 70 305 121 30
Binary 1100 1010011 1110000 1011001 11010 0 111000 11000101 1010001 11000

Color Harmonies of #0C5370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5370

Black with #0C5370

Text Example


Text Example

White with #0C5370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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