Html Css Color HEX #1F6887 Allports

📋 copy color: '#1F6887'

red 31 ◦ green 104 ◦ blue 135

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

Shades of Allports #1F6887

Tints of Allports #1F6887

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.52%

 BLUE value IS 135 (53.13% from 255) = 50%

R = 11.48%
G = 38.52%
B = 50%

CMYK

 C value IS 0.77

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1F6887 (or 0x1F6887) is known color: Allports. HEX triplet: 1F, 68 and 87. RGB value is (31,104,135). Sum of RGB (Red+Green+Blue) = 31+104+135=270 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.48% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 135 (53.12% from 255 or 50% from 270); Max value from RGB is 135 - color contains mainly: blue. Hex color #1F6887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6887 is #E09778. Grayscale: #555555. Windows color (decimal): -14718841 or 8874015. OLE color: 8874015.

HSL color Cylindrical-coordinate representation of color #1F6887: hue angle of 197.88º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F6887 is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 31 104 135 -
CMYK 0.77 0.23 0 0.47
HSL 197.88º 0.63% 0.33% -
HSV(B) 197.88º 0.77% 0.53% -
XYZ 9.89 11.94 24.71 -
YUV 85.71 155.82 88.98 -
System Red Green Blue C M Y K H S L
Decimal 31 104 135 0.77 0.23 0 0.47 197.88 0.63 0.33
Hex 1F 68 87 4D 17 0 2F C6 3F 21
Octal 37 150 207 115 27 0 57 306 77 41
Binary 11111 1101000 10000111 1001101 10111 0 101111 11000110 111111 100001

Color Harmonies of #1F6887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6887

Black with #1F6887

Text Example


Text Example

White with #1F6887

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,104,135); }

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

background-color css

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

 a { background-color: rgb(31,104,135); }

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

border-color css

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

 span { border-color: rgb(31,104,135); }

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