Html Css Color HEX #1C6699 Lochmara

📋 copy color: '#1C6699'

red 28 ◦ green 102 ◦ blue 153

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

Shades of Lochmara #1C6699

Tints of Lochmara #1C6699

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.04%

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

R = 9.89%
G = 36.04%
B = 54.06%

CMYK

 C value IS 0.82

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1C6699 (or 0x1C6699) is known color: Lochmara. HEX triplet: 1C, 66 and 99. RGB value is (28,102,153). Sum of RGB (Red+Green+Blue) = 28+102+153=283 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.89% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #1C6699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6699 is #E39966. Grayscale: #555555. Windows color (decimal): -14915943 or 10053148. OLE color: 10053148.

HSL color Cylindrical-coordinate representation of color #1C6699: hue angle of 204.48º 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 #1C6699 is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 28 102 153 -
CMYK 0.82 0.33 0 0.4
HSL 204.48º 0.69% 0.35% -
HSV(B) 204.48º 0.82% 0.6% -
XYZ 10.98 12.05 31.88 -
YUV 85.69 165.98 86.85 -
System Red Green Blue C M Y K H S L
Decimal 28 102 153 0.82 0.33 0 0.4 204.48 0.69 0.35
Hex 1C 66 99 52 21 0 28 CC 45 23
Octal 34 146 231 122 41 0 50 314 105 43
Binary 11100 1100110 10011001 1010010 100001 0 101000 11001100 1000101 100011

Color Harmonies of #1C6699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6699

Black with #1C6699

Text Example


Text Example

White with #1C6699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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