Html Css Color HEX #1E85AB Pelorous

📋 copy color: '#1E85AB'

red 30 ◦ green 133 ◦ blue 171

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

Shades of Pelorous #1E85AB

Tints of Pelorous #1E85AB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.82%

 BLUE value IS 171 (67.19% from 255) = 51.2%

R = 8.98%
G = 39.82%
B = 51.2%

CMYK

 C value IS 0.82

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1E85AB (or 0x1E85AB) is known color: Pelorous. HEX triplet: 1E, 85 and AB. RGB value is (30,133,171). Sum of RGB (Red+Green+Blue) = 30+133+171=334 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.98% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #1E85AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E85AB is #E17A54. Grayscale: #6A6A6A. Windows color (decimal): -14776917 or 11240734. OLE color: 11240734.

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

Color convert

RGB 30 133 171 -
CMYK 0.82 0.22 0 0.33
HSL 196.17º 0.7% 0.39% -
HSV(B) 196.17º 0.82% 0.67% -
XYZ 16.27 19.99 41.53 -
YUV 106.54 164.38 73.41 -
System Red Green Blue C M Y K H S L
Decimal 30 133 171 0.82 0.22 0 0.33 196.17 0.7 0.39
Hex 1E 85 AB 52 16 0 21 C4 46 27
Octal 36 205 253 122 26 0 41 304 106 47
Binary 11110 10000101 10101011 1010010 10110 0 100001 11000100 1000110 100111

Color Harmonies of #1E85AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E85AB

Black with #1E85AB

Text Example


Text Example

White with #1E85AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,133,171); }

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

background-color css

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

 a { background-color: rgb(30,133,171); }

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

border-color css

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

 span { border-color: rgb(30,133,171); }

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