Html Css Color HEX #1F98B0 Pelorous

📋 copy color: '#1F98B0'

red 31 ◦ green 152 ◦ blue 176

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

Shades of Pelorous #1F98B0

Tints of Pelorous #1F98B0

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.34%

 BLUE value IS 176 (69.14% from 255) = 49.03%

R = 8.64%
G = 42.34%
B = 49.03%

CMYK

 C value IS 0.82

 M value IS 0.14

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1F98B0 (or 0x1F98B0) is known color: Pelorous. HEX triplet: 1F, 98 and B0. RGB value is (31,152,176). Sum of RGB (Red+Green+Blue) = 31+152+176=359 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.64% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 176 (69.14% from 255 or 49.03% from 359); Max value from RGB is 176 - color contains mainly: blue. Hex color #1F98B0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F98B0 is #E0674F. Grayscale: #767676. Windows color (decimal): -14706512 or 11573279. OLE color: 11573279.

HSL color Cylindrical-coordinate representation of color #1F98B0: hue angle of 189.93º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F98B0 is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 31 152 176 -
CMYK 0.82 0.14 0 0.31
HSL 189.93º 0.7% 0.41% -
HSV(B) 189.93º 0.82% 0.69% -
XYZ 19.63 25.88 45.04 -
YUV 118.56 160.41 65.55 -
System Red Green Blue C M Y K H S L
Decimal 31 152 176 0.82 0.14 0 0.31 189.93 0.7 0.41
Hex 1F 98 B0 52 E 0 1F BE 46 29
Octal 37 230 260 122 16 0 37 276 106 51
Binary 11111 10011000 10110000 1010010 1110 0 11111 10111110 1000110 101001

Color Harmonies of #1F98B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F98B0

Black with #1F98B0

Text Example


Text Example

White with #1F98B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,152,176); }

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

background-color css

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

 a { background-color: rgb(31,152,176); }

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

border-color css

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

 span { border-color: rgb(31,152,176); }

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