Html Css Color HEX #1C6DAC Lochmara

📋 copy color: '#1C6DAC'

red 28 ◦ green 109 ◦ blue 172

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

Shades of Lochmara #1C6DAC

Tints of Lochmara #1C6DAC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.28%

 BLUE value IS 172 (67.58% from 255) = 55.66%

R = 9.06%
G = 35.28%
B = 55.66%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1C6DAC (or 0x1C6DAC) is known color: Lochmara. HEX triplet: 1C, 6D and AC. RGB value is (28,109,172). Sum of RGB (Red+Green+Blue) = 28+109+172=309 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.06% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 172 (67.58% from 255 or 55.66% from 309); Max value from RGB is 172 - color contains mainly: blue. Hex color #1C6DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6DAC is #E39253. Grayscale: #5B5B5B. Windows color (decimal): -14914132 or 11300124. OLE color: 11300124.

HSL color Cylindrical-coordinate representation of color #1C6DAC: hue angle of 206.25º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C6DAC is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 28 109 172 -
CMYK 0.84 0.37 0 0.33
HSL 206.25º 0.72% 0.39% -
HSV(B) 206.25º 0.84% 0.67% -
XYZ 13.39 14.16 41.06 -
YUV 91.96 173.16 82.38 -
System Red Green Blue C M Y K H S L
Decimal 28 109 172 0.84 0.37 0 0.33 206.25 0.72 0.39
Hex 1C 6D AC 54 25 0 21 CE 48 27
Octal 34 155 254 124 45 0 41 316 110 47
Binary 11100 1101101 10101100 1010100 100101 0 100001 11001110 1001000 100111

Color Harmonies of #1C6DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6DAC

Black with #1C6DAC

Text Example


Text Example

White with #1C6DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,109,172); }

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

background-color css

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

 a { background-color: rgb(28,109,172); }

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

border-color css

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

 span { border-color: rgb(28,109,172); }

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