Html Css Color HEX #1C7099 Lochmara

📋 copy color: '#1C7099'

red 28 ◦ green 112 ◦ blue 153

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

Shades of Lochmara #1C7099

Tints of Lochmara #1C7099

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.23%

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

R = 9.56%
G = 38.23%
B = 52.22%

CMYK

 C value IS 0.82

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1C7099 (or 0x1C7099) is known color: Lochmara. HEX triplet: 1C, 70 and 99. RGB value is (28,112,153). Sum of RGB (Red+Green+Blue) = 28+112+153=293 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.56% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #1C7099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7099 is #E38F66. Grayscale: #5B5B5B. Windows color (decimal): -14913383 or 10055708. OLE color: 10055708.

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

Color convert

RGB 28 112 153 -
CMYK 0.82 0.27 0 0.4
HSL 199.68º 0.69% 0.35% -
HSV(B) 199.68º 0.82% 0.6% -
XYZ 12.02 14.14 32.23 -
YUV 91.56 162.67 82.67 -
System Red Green Blue C M Y K H S L
Decimal 28 112 153 0.82 0.27 0 0.4 199.68 0.69 0.35
Hex 1C 70 99 52 1B 0 28 C8 45 23
Octal 34 160 231 122 33 0 50 310 105 43
Binary 11100 1110000 10011001 1010010 11011 0 101000 11001000 1000101 100011

Color Harmonies of #1C7099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7099

Black with #1C7099

Text Example


Text Example

White with #1C7099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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