Html Css Color HEX #0C627A Blue Lagoon

📋 copy color: '#0C627A'

red 12 ◦ green 98 ◦ blue 122

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

Shades of Blue Lagoon #0C627A

Tints of Blue Lagoon #0C627A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.24%

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

R = 5.17%
G = 42.24%
B = 52.59%

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

#0C627A (or 0x0C627A) is known color: Blue Lagoon. HEX triplet: 0C, 62 and 7A. RGB value is (12,98,122). Sum of RGB (Red+Green+Blue) = 12+98+122=232 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.17% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 122 (48.05% from 255 or 52.59% from 232); Max value from RGB is 122 - color contains mainly: blue. Hex color #0C627A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C627A is #F39D85. Grayscale: #4A4A4A. Windows color (decimal): -15965574 or 8020492. OLE color: 8020492.

HSL color Cylindrical-coordinate representation of color #0C627A: hue angle of 193.09º 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 #0C627A is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 12 98 122 -
CMYK 0.90 0.20 0 0.52
HSL 193.09º 0.82% 0.26% -
HSV(B) 193.09º 0.9% 0.48% -
XYZ 8.03 10.22 19.96 -
YUV 75.02 154.51 83.05 -
System Red Green Blue C M Y K H S L
Decimal 12 98 122 0.90 0.20 0 0.52 193.09 0.82 0.26
Hex C 62 7A 5A 14 0 34 C1 52 1A
Octal 14 142 172 132 24 0 64 301 122 32
Binary 1100 1100010 1111010 1011010 10100 0 110100 11000001 1010010 11010

Color Harmonies of #0C627A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C627A

Black with #0C627A

Text Example


Text Example

White with #0C627A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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