Html Css Color HEX #1C7399 Lochmara

📋 copy color: '#1C7399'

red 28 ◦ green 115 ◦ blue 153

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

Shades of Lochmara #1C7399

Tints of Lochmara #1C7399

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.85%

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

R = 9.46%
G = 38.85%
B = 51.69%

CMYK

 C value IS 0.82

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1C7399 (or 0x1C7399) is known color: Lochmara. HEX triplet: 1C, 73 and 99. RGB value is (28,115,153). Sum of RGB (Red+Green+Blue) = 28+115+153=296 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.46% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #1C7399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7399 is #E38C66. Grayscale: #5D5D5D. Windows color (decimal): -14912615 or 10056476. OLE color: 10056476.

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

Color convert

RGB 28 115 153 -
CMYK 0.82 0.25 0 0.4
HSL 198.24º 0.69% 0.35% -
HSV(B) 198.24º 0.82% 0.6% -
XYZ 12.36 14.81 32.34 -
YUV 93.32 161.68 81.41 -
System Red Green Blue C M Y K H S L
Decimal 28 115 153 0.82 0.25 0 0.4 198.24 0.69 0.35
Hex 1C 73 99 52 19 0 28 C6 45 23
Octal 34 163 231 122 31 0 50 306 105 43
Binary 11100 1110011 10011001 1010010 11001 0 101000 11000110 1000101 100011

Color Harmonies of #1C7399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7399

Black with #1C7399

Text Example


Text Example

White with #1C7399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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