Html Css Color HEX #1F99B3 Pelorous

📋 copy color: '#1F99B3'

red 31 ◦ green 153 ◦ blue 179

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

Shades of Pelorous #1F99B3

Tints of Pelorous #1F99B3

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.15%

 BLUE value IS 179 (70.31% from 255) = 49.31%

R = 8.54%
G = 42.15%
B = 49.31%

CMYK

 C value IS 0.83

 M value IS 0.15

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1F99B3 (or 0x1F99B3) is known color: Pelorous. HEX triplet: 1F, 99 and B3. RGB value is (31,153,179). Sum of RGB (Red+Green+Blue) = 31+153+179=363 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.54% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 179 (70.31% from 255 or 49.31% from 363); Max value from RGB is 179 - color contains mainly: blue. Hex color #1F99B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F99B3 is #E0664C. Grayscale: #777777. Windows color (decimal): -14706253 or 11770143. OLE color: 11770143.

HSL color Cylindrical-coordinate representation of color #1F99B3: hue angle of 190.54º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F99B3 is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 31 153 179 -
CMYK 0.83 0.15 0 0.30
HSL 190.54º 0.7% 0.41% -
HSV(B) 190.54º 0.83% 0.7% -
XYZ 20.09 26.33 46.67 -
YUV 119.49 161.58 64.89 -
System Red Green Blue C M Y K H S L
Decimal 31 153 179 0.83 0.15 0 0.30 190.54 0.7 0.41
Hex 1F 99 B3 53 F 0 1E BF 46 29
Octal 37 231 263 123 17 0 36 277 106 51
Binary 11111 10011001 10110011 1010011 1111 0 11110 10111111 1000110 101001

Color Harmonies of #1F99B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F99B3

Black with #1F99B3

Text Example


Text Example

White with #1F99B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,153,179); }

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

background-color css

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

 a { background-color: rgb(31,153,179); }

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

border-color css

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

 span { border-color: rgb(31,153,179); }

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