Html Css Color HEX #1E6C99 Lochmara

📋 copy color: '#1E6C99'

red 30 ◦ green 108 ◦ blue 153

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

Shades of Lochmara #1E6C99

Tints of Lochmara #1E6C99

RGB

 RED value IS 30 (12.11% from 255) = 10.31%

 GREEN value IS 108 (42.58% from 255) = 37.11%

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

R = 10.31%
G = 37.11%
B = 52.58%

CMYK

 C value IS 0.80

 M value IS 0.29

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1E6C99 (or 0x1E6C99) is known color: Lochmara. HEX triplet: 1E, 6C and 99. RGB value is (30,108,153). Sum of RGB (Red+Green+Blue) = 30+108+153=291 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.31% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #1E6C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E6C99 is #E19366. Grayscale: #595959. Windows color (decimal): -14783335 or 10054686. OLE color: 10054686.

HSL color Cylindrical-coordinate representation of color #1E6C99: hue angle of 201.95º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E6C99 is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 30 108 153 -
CMYK 0.80 0.29 0 0.4
HSL 201.95º 0.67% 0.36% -
HSV(B) 201.95º 0.8% 0.6% -
XYZ 11.65 13.3 32.09 -
YUV 89.81 163.66 85.34 -
System Red Green Blue C M Y K H S L
Decimal 30 108 153 0.80 0.29 0 0.4 201.95 0.67 0.36
Hex 1E 6C 99 50 1D 0 28 CA 43 24
Octal 36 154 231 120 35 0 50 312 103 44
Binary 11110 1101100 10011001 1010000 11101 0 101000 11001010 1000011 100100

Color Harmonies of #1E6C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6C99

Black with #1E6C99

Text Example


Text Example

White with #1E6C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,108,153); }

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

background-color css

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

 a { background-color: rgb(30,108,153); }

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

border-color css

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

 span { border-color: rgb(30,108,153); }

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