Html Css Color HEX #1F6585 Allports

📋 copy color: '#1F6585'

red 31 ◦ green 101 ◦ blue 133

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

Shades of Allports #1F6585

Tints of Allports #1F6585

RGB

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

 GREEN value IS 101 (39.84% from 255) = 38.11%

 BLUE value IS 133 (52.34% from 255) = 50.19%

R = 11.7%
G = 38.11%
B = 50.19%

CMYK

 C value IS 0.77

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1F6585 (or 0x1F6585) is known color: Allports. HEX triplet: 1F, 65 and 85. RGB value is (31,101,133). Sum of RGB (Red+Green+Blue) = 31+101+133=265 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.70% from 265); Green value is 101 (39.84% from 255 or 38.11% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #1F6585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6585 is #E09A7A. Grayscale: #535353. Windows color (decimal): -14719611 or 8742175. OLE color: 8742175.

HSL color Cylindrical-coordinate representation of color #1F6585: hue angle of 198.82º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F6585 is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 31 101 133 -
CMYK 0.77 0.24 0 0.48
HSL 198.82º 0.62% 0.32% -
HSV(B) 198.82º 0.77% 0.52% -
XYZ 9.45 11.29 23.87 -
YUV 83.72 155.81 90.4 -
System Red Green Blue C M Y K H S L
Decimal 31 101 133 0.77 0.24 0 0.48 198.82 0.62 0.32
Hex 1F 65 85 4D 18 0 30 C7 3E 20
Octal 37 145 205 115 30 0 60 307 76 40
Binary 11111 1100101 10000101 1001101 11000 0 110000 11000111 111110 100000

Color Harmonies of #1F6585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6585

Black with #1F6585

Text Example


Text Example

White with #1F6585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,101,133); }

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

background-color css

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

 a { background-color: rgb(31,101,133); }

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

border-color css

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

 span { border-color: rgb(31,101,133); }

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