Html Css Color HEX #1C739E Lochmara

📋 copy color: '#1C739E'

red 28 ◦ green 115 ◦ blue 158

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

Shades of Lochmara #1C739E

Tints of Lochmara #1C739E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 52.49%

R = 9.3%
G = 38.21%
B = 52.49%

CMYK

 C value IS 0.82

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1C739E (or 0x1C739E) is known color: Lochmara. HEX triplet: 1C, 73 and 9E. RGB value is (28,115,158). Sum of RGB (Red+Green+Blue) = 28+115+158=301 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.30% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #1C739E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C739E is #E38C61. Grayscale: #5D5D5D. Windows color (decimal): -14912610 or 10384156. OLE color: 10384156.

HSL color Cylindrical-coordinate representation of color #1C739E: hue angle of 199.85º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C739E is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 28 115 158 -
CMYK 0.82 0.27 0 0.38
HSL 199.85º 0.7% 0.36% -
HSV(B) 199.85º 0.82% 0.62% -
XYZ 12.78 14.98 34.56 -
YUV 93.89 164.18 81 -
System Red Green Blue C M Y K H S L
Decimal 28 115 158 0.82 0.27 0 0.38 199.85 0.7 0.36
Hex 1C 73 9E 52 1B 0 26 C8 46 24
Octal 34 163 236 122 33 0 46 310 106 44
Binary 11100 1110011 10011110 1010010 11011 0 100110 11001000 1000110 100100

Color Harmonies of #1C739E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C739E

Black with #1C739E

Text Example


Text Example

White with #1C739E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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