Html Css Color HEX #1F7FB3 Pelorous

📋 copy color: '#1F7FB3'

red 31 ◦ green 127 ◦ blue 179

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

Shades of Pelorous #1F7FB3

Tints of Pelorous #1F7FB3

RGB

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

 GREEN value IS 127 (50% from 255) = 37.69%

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

R = 9.2%
G = 37.69%
B = 53.12%

CMYK

 C value IS 0.83

 M value IS 0.29

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1F7FB3 (or 0x1F7FB3) is known color: Pelorous. HEX triplet: 1F, 7F and B3. RGB value is (31,127,179). Sum of RGB (Red+Green+Blue) = 31+127+179=337 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.20% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 179 (70.31% from 255 or 53.12% from 337); Max value from RGB is 179 - color contains mainly: blue. Hex color #1F7FB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7FB3 is #E0804C. Grayscale: #676767. Windows color (decimal): -14712909 or 11763487. OLE color: 11763487.

HSL color Cylindrical-coordinate representation of color #1F7FB3: hue angle of 201.08º 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 #1F7FB3 is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 31 127 179 -
CMYK 0.83 0.29 0 0.30
HSL 201.08º 0.7% 0.41% -
HSV(B) 201.08º 0.83% 0.7% -
XYZ 16.29 18.72 45.4 -
YUV 104.22 170.2 75.77 -
System Red Green Blue C M Y K H S L
Decimal 31 127 179 0.83 0.29 0 0.30 201.08 0.7 0.41
Hex 1F 7F B3 53 1D 0 1E C9 46 29
Octal 37 177 263 123 35 0 36 311 106 51
Binary 11111 1111111 10110011 1010011 11101 0 11110 11001001 1000110 101001

Color Harmonies of #1F7FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7FB3

Black with #1F7FB3

Text Example


Text Example

White with #1F7FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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