Html Css Color HEX #1E95AA Pelorous

📋 copy color: '#1E95AA'

red 30 ◦ green 149 ◦ blue 170

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

Shades of Pelorous #1E95AA

Tints of Pelorous #1E95AA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.69%

 BLUE value IS 170 (66.8% from 255) = 48.71%

R = 8.6%
G = 42.69%
B = 48.71%

CMYK

 C value IS 0.82

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1E95AA (or 0x1E95AA) is known color: Pelorous. HEX triplet: 1E, 95 and AA. RGB value is (30,149,170). Sum of RGB (Red+Green+Blue) = 30+149+170=349 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.60% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #1E95AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E95AA is #E16A55. Grayscale: #737373. Windows color (decimal): -14772822 or 11179294. OLE color: 11179294.

HSL color Cylindrical-coordinate representation of color #1E95AA: hue angle of 189º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E95AA is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 30 149 170 -
CMYK 0.82 0.12 0 0.33
HSL 189º 0.7% 0.39% -
HSV(B) 189º 0.82% 0.67% -
XYZ 18.54 24.67 41.82 -
YUV 115.81 158.58 66.79 -
System Red Green Blue C M Y K H S L
Decimal 30 149 170 0.82 0.12 0 0.33 189 0.7 0.39
Hex 1E 95 AA 52 C 0 21 BD 46 27
Octal 36 225 252 122 14 0 41 275 106 47
Binary 11110 10010101 10101010 1010010 1100 0 100001 10111101 1000110 100111

Color Harmonies of #1E95AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E95AA

Black with #1E95AA

Text Example


Text Example

White with #1E95AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,149,170); }

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

background-color css

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

 a { background-color: rgb(30,149,170); }

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

border-color css

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

 span { border-color: rgb(30,149,170); }

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