Html Css Color HEX #1F93AA Pelorous

📋 copy color: '#1F93AA'

red 31 ◦ green 147 ◦ blue 170

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

Shades of Pelorous #1F93AA

Tints of Pelorous #1F93AA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.24%

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

R = 8.91%
G = 42.24%
B = 48.85%

CMYK

 C value IS 0.82

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1F93AA (or 0x1F93AA) is known color: Pelorous. HEX triplet: 1F, 93 and AA. RGB value is (31,147,170). Sum of RGB (Red+Green+Blue) = 31+147+170=348 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.91% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F93AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F93AA is #E06C55. Grayscale: #727272. Windows color (decimal): -14707798 or 11178783. OLE color: 11178783.

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

Color convert

RGB 31 147 170 -
CMYK 0.82 0.14 0 0.33
HSL 189.93º 0.69% 0.39% -
HSV(B) 189.93º 0.82% 0.67% -
XYZ 18.25 24.06 41.71 -
YUV 114.94 159.07 68.13 -
System Red Green Blue C M Y K H S L
Decimal 31 147 170 0.82 0.14 0 0.33 189.93 0.69 0.39
Hex 1F 93 AA 52 E 0 21 BE 45 27
Octal 37 223 252 122 16 0 41 276 105 47
Binary 11111 10010011 10101010 1010010 1110 0 100001 10111110 1000101 100111

Color Harmonies of #1F93AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F93AA

Black with #1F93AA

Text Example


Text Example

White with #1F93AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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