Html Css Color HEX #1F9EAA Pelorous

📋 copy color: '#1F9EAA'

red 31 ◦ green 158 ◦ blue 170

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

Shades of Pelorous #1F9EAA

Tints of Pelorous #1F9EAA

RGB

 RED value IS 31 (12.5% from 255) = 8.64%

 GREEN value IS 158 (62.11% from 255) = 44.01%

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

R = 8.64%
G = 44.01%
B = 47.35%

CMYK

 C value IS 0.82

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1F9EAA (or 0x1F9EAA) is known color: Pelorous. HEX triplet: 1F, 9E and AA. RGB value is (31,158,170). Sum of RGB (Red+Green+Blue) = 31+158+170=359 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.64% from 359); Green value is 158 (62.11% from 255 or 44.01% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F9EAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9EAA is #E06155. Grayscale: #797979. Windows color (decimal): -14704982 or 11181599. OLE color: 11181599.

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

Color convert

RGB 31 158 170 -
CMYK 0.82 0.07 0 0.33
HSL 185.18º 0.69% 0.39% -
HSV(B) 185.18º 0.82% 0.67% -
XYZ 20.05 27.65 42.31 -
YUV 121.4 155.42 63.52 -
System Red Green Blue C M Y K H S L
Decimal 31 158 170 0.82 0.07 0 0.33 185.18 0.69 0.39
Hex 1F 9E AA 52 7 0 21 B9 45 27
Octal 37 236 252 122 7 0 41 271 105 47
Binary 11111 10011110 10101010 1010010 111 0 100001 10111001 1000101 100111

Color Harmonies of #1F9EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9EAA

Black with #1F9EAA

Text Example


Text Example

White with #1F9EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,158,170); }

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

background-color css

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

 a { background-color: rgb(31,158,170); }

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

border-color css

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

 span { border-color: rgb(31,158,170); }

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