Html Css Color HEX #0C6778 Blue Lagoon

📋 copy color: '#0C6778'

red 12 ◦ green 103 ◦ blue 120

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

Shades of Blue Lagoon #0C6778

Tints of Blue Lagoon #0C6778

RGB

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

 GREEN value IS 103 (40.63% from 255) = 43.83%

 BLUE value IS 120 (47.27% from 255) = 51.06%

R = 5.11%
G = 43.83%
B = 51.06%

CMYK

 C value IS 0.90

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0C6778 (or 0x0C6778) is known color: Blue Lagoon. HEX triplet: 0C, 67 and 78. RGB value is (12,103,120). Sum of RGB (Red+Green+Blue) = 12+103+120=235 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.11% from 235); Green value is 103 (40.62% from 255 or 43.83% from 235); Blue value is 120 (47.27% from 255 or 51.06% from 235); Max value from RGB is 120 - color contains mainly: blue. Hex color #0C6778 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6778 is #F39887. Grayscale: #4D4D4D. Windows color (decimal): -15964296 or 7890700. OLE color: 7890700.

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

Color convert

RGB 12 103 120 -
CMYK 0.90 0.14 0 0.53
HSL 189.44º 0.82% 0.26% -
HSV(B) 189.44º 0.9% 0.47% -
XYZ 8.39 11.13 19.48 -
YUV 77.73 151.85 81.12 -
System Red Green Blue C M Y K H S L
Decimal 12 103 120 0.90 0.14 0 0.53 189.44 0.82 0.26
Hex C 67 78 5A E 0 35 BD 52 1A
Octal 14 147 170 132 16 0 65 275 122 32
Binary 1100 1100111 1111000 1011010 1110 0 110101 10111101 1010010 11010

Color Harmonies of #0C6778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6778

Black with #0C6778

Text Example


Text Example

White with #0C6778

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,103,120); }

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

background-color css

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

 a { background-color: rgb(12,103,120); }

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

border-color css

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

 span { border-color: rgb(12,103,120); }

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