Html Css Color HEX #1C6BA3 Lochmara

📋 copy color: '#1C6BA3'

red 28 ◦ green 107 ◦ blue 163

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

Shades of Lochmara #1C6BA3

Tints of Lochmara #1C6BA3

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.91%

 BLUE value IS 163 (64.06% from 255) = 54.7%

R = 9.4%
G = 35.91%
B = 54.7%

CMYK

 C value IS 0.83

 M value IS 0.34

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1C6BA3 (or 0x1C6BA3) is known color: Lochmara. HEX triplet: 1C, 6B and A3. RGB value is (28,107,163). Sum of RGB (Red+Green+Blue) = 28+107+163=298 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.40% from 298); Green value is 107 (42.19% from 255 or 35.91% from 298); Blue value is 163 (64.06% from 255 or 54.70% from 298); Max value from RGB is 163 - color contains mainly: blue. Hex color #1C6BA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6BA3 is #E3945C. Grayscale: #595959. Windows color (decimal): -14914653 or 10709788. OLE color: 10709788.

HSL color Cylindrical-coordinate representation of color #1C6BA3: hue angle of 204.89º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C6BA3 is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 28 107 163 -
CMYK 0.83 0.34 0 0.36
HSL 204.89º 0.71% 0.37% -
HSV(B) 204.89º 0.83% 0.64% -
XYZ 12.35 13.41 36.59 -
YUV 89.76 169.33 83.95 -
System Red Green Blue C M Y K H S L
Decimal 28 107 163 0.83 0.34 0 0.36 204.89 0.71 0.37
Hex 1C 6B A3 53 22 0 24 CD 47 25
Octal 34 153 243 123 42 0 44 315 107 45
Binary 11100 1101011 10100011 1010011 100010 0 100100 11001101 1000111 100101

Color Harmonies of #1C6BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6BA3

Black with #1C6BA3

Text Example


Text Example

White with #1C6BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,107,163); }

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

background-color css

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

 a { background-color: rgb(28,107,163); }

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

border-color css

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

 span { border-color: rgb(28,107,163); }

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