Html Css Color HEX #1E8BAA Pelorous

📋 copy color: '#1E8BAA'

red 30 ◦ green 139 ◦ blue 170

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

Shades of Pelorous #1E8BAA

Tints of Pelorous #1E8BAA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41%

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

R = 8.85%
G = 41%
B = 50.15%

CMYK

 C value IS 0.82

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1E8BAA (or 0x1E8BAA) is known color: Pelorous. HEX triplet: 1E, 8B and AA. RGB value is (30,139,170). Sum of RGB (Red+Green+Blue) = 30+139+170=339 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.85% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #1E8BAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8BAA is #E17455. Grayscale: #6D6D6D. Windows color (decimal): -14775382 or 11176734. OLE color: 11176734.

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

Color convert

RGB 30 139 170 -
CMYK 0.82 0.18 0 0.33
HSL 193.29º 0.7% 0.39% -
HSV(B) 193.29º 0.82% 0.67% -
XYZ 17.02 21.64 41.31 -
YUV 109.94 161.89 70.98 -
System Red Green Blue C M Y K H S L
Decimal 30 139 170 0.82 0.18 0 0.33 193.29 0.7 0.39
Hex 1E 8B AA 52 12 0 21 C1 46 27
Octal 36 213 252 122 22 0 41 301 106 47
Binary 11110 10001011 10101010 1010010 10010 0 100001 11000001 1000110 100111

Color Harmonies of #1E8BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E8BAA

Black with #1E8BAA

Text Example


Text Example

White with #1E8BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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