Html Css Color HEX #0C617A Blue Lagoon

📋 copy color: '#0C617A'

red 12 ◦ green 97 ◦ blue 122

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

Shades of Blue Lagoon #0C617A

Tints of Blue Lagoon #0C617A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.99%

 BLUE value IS 122 (48.05% from 255) = 52.81%

R = 5.19%
G = 41.99%
B = 52.81%

CMYK

 C value IS 0.90

 M value IS 0.20

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0C617A (or 0x0C617A) is known color: Blue Lagoon. HEX triplet: 0C, 61 and 7A. RGB value is (12,97,122). Sum of RGB (Red+Green+Blue) = 12+97+122=231 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.19% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 122 (48.05% from 255 or 52.81% from 231); Max value from RGB is 122 - color contains mainly: blue. Hex color #0C617A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C617A is #F39E85. Grayscale: #4A4A4A. Windows color (decimal): -15965830 or 8020236. OLE color: 8020236.

HSL color Cylindrical-coordinate representation of color #0C617A: hue angle of 193.64º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C617A is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 12 97 122 -
CMYK 0.90 0.20 0 0.52
HSL 193.64º 0.82% 0.26% -
HSV(B) 193.64º 0.9% 0.48% -
XYZ 7.94 10.03 19.93 -
YUV 74.44 154.84 83.47 -
System Red Green Blue C M Y K H S L
Decimal 12 97 122 0.90 0.20 0 0.52 193.64 0.82 0.26
Hex C 61 7A 5A 14 0 34 C2 52 1A
Octal 14 141 172 132 24 0 64 302 122 32
Binary 1100 1100001 1111010 1011010 10100 0 110100 11000010 1010010 11010

Color Harmonies of #0C617A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C617A

Black with #0C617A

Text Example


Text Example

White with #0C617A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,97,122); }

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

background-color css

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

 a { background-color: rgb(12,97,122); }

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

border-color css

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

 span { border-color: rgb(12,97,122); }

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