Html Css Color HEX #1F98AF Pelorous

📋 copy color: '#1F98AF'

red 31 ◦ green 152 ◦ blue 175

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

Shades of Pelorous #1F98AF

Tints of Pelorous #1F98AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.88%

R = 8.66%
G = 42.46%
B = 48.88%

CMYK

 C value IS 0.82

 M value IS 0.13

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1F98AF (or 0x1F98AF) is known color: Pelorous. HEX triplet: 1F, 98 and AF. RGB value is (31,152,175). Sum of RGB (Red+Green+Blue) = 31+152+175=358 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.66% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #1F98AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F98AF is #E06750. Grayscale: #767676. Windows color (decimal): -14706513 or 11507743. OLE color: 11507743.

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

Color convert

RGB 31 152 175 -
CMYK 0.82 0.13 0 0.31
HSL 189.58º 0.7% 0.4% -
HSV(B) 189.58º 0.82% 0.69% -
XYZ 19.53 25.84 44.52 -
YUV 118.44 159.91 65.63 -
System Red Green Blue C M Y K H S L
Decimal 31 152 175 0.82 0.13 0 0.31 189.58 0.7 0.4
Hex 1F 98 AF 52 D 0 1F BE 46 28
Octal 37 230 257 122 15 0 37 276 106 50
Binary 11111 10011000 10101111 1010010 1101 0 11111 10111110 1000110 101000

Color Harmonies of #1F98AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F98AF

Black with #1F98AF

Text Example


Text Example

White with #1F98AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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