Html Css Color HEX #1C6E99 Lochmara

📋 copy color: '#1C6E99'

red 28 ◦ green 110 ◦ blue 153

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

Shades of Lochmara #1C6E99

Tints of Lochmara #1C6E99

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.8%

 BLUE value IS 153 (60.16% from 255) = 52.58%

R = 9.62%
G = 37.8%
B = 52.58%

CMYK

 C value IS 0.82

 M value IS 0.28

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1C6E99 (or 0x1C6E99) is known color: Lochmara. HEX triplet: 1C, 6E and 99. RGB value is (28,110,153). Sum of RGB (Red+Green+Blue) = 28+110+153=291 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.62% from 291); Green value is 110 (43.36% from 255 or 37.80% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #1C6E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6E99 is #E39166. Grayscale: #5A5A5A. Windows color (decimal): -14913895 or 10055196. OLE color: 10055196.

HSL color Cylindrical-coordinate representation of color #1C6E99: hue angle of 200.64º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C6E99 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 28 110 153 -
CMYK 0.82 0.28 0 0.4
HSL 200.64º 0.69% 0.35% -
HSV(B) 200.64º 0.82% 0.6% -
XYZ 11.8 13.7 32.16 -
YUV 90.38 163.33 83.5 -
System Red Green Blue C M Y K H S L
Decimal 28 110 153 0.82 0.28 0 0.4 200.64 0.69 0.35
Hex 1C 6E 99 52 1C 0 28 C9 45 23
Octal 34 156 231 122 34 0 50 311 105 43
Binary 11100 1101110 10011001 1010010 11100 0 101000 11001001 1000101 100011

Color Harmonies of #1C6E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6E99

Black with #1C6E99

Text Example


Text Example

White with #1C6E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,110,153); }

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

background-color css

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

 a { background-color: rgb(28,110,153); }

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

border-color css

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

 span { border-color: rgb(28,110,153); }

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