Html Css Color HEX #1C779F Lochmara

📋 copy color: '#1C779F'

red 28 ◦ green 119 ◦ blue 159

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

Shades of Lochmara #1C779F

Tints of Lochmara #1C779F

RGB

 RED value IS 28 (11.33% from 255) = 9.15%

 GREEN value IS 119 (46.88% from 255) = 38.89%

 BLUE value IS 159 (62.5% from 255) = 51.96%

R = 9.15%
G = 38.89%
B = 51.96%

CMYK

 C value IS 0.82

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1C779F (or 0x1C779F) is known color: Lochmara. HEX triplet: 1C, 77 and 9F. RGB value is (28,119,159). Sum of RGB (Red+Green+Blue) = 28+119+159=306 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.15% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 159 (62.5% from 255 or 51.96% from 306); Max value from RGB is 159 - color contains mainly: blue. Hex color #1C779F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C779F is #E38860. Grayscale: #606060. Windows color (decimal): -14911585 or 10450716. OLE color: 10450716.

HSL color Cylindrical-coordinate representation of color #1C779F: hue angle of 198.32º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C779F is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 28 119 159 -
CMYK 0.82 0.25 0 0.38
HSL 198.32º 0.7% 0.37% -
HSV(B) 198.32º 0.82% 0.62% -
XYZ 13.33 15.94 35.18 -
YUV 96.35 163.35 79.25 -
System Red Green Blue C M Y K H S L
Decimal 28 119 159 0.82 0.25 0 0.38 198.32 0.7 0.37
Hex 1C 77 9F 52 19 0 26 C6 46 25
Octal 34 167 237 122 31 0 46 306 106 45
Binary 11100 1110111 10011111 1010010 11001 0 100110 11000110 1000110 100101

Color Harmonies of #1C779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C779F

Black with #1C779F

Text Example


Text Example

White with #1C779F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C779F; }

 p { color: rgb(28,119,159); }

 H1.HeaderClassName
 {
   color: #1C779F;
 }
 .AnyTagClassName
 {
   color: #1C779F;
 }
</style>

background-color css

<style>
 a { background-color: #1C779F; }

 a { background-color: rgb(28,119,159); }

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

border-color css

<style>
 span { border-color: #1C779F; }

 span { border-color: rgb(28,119,159); }

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