Html Css Color HEX #1F6589 Allports

📋 copy color: '#1F6589'

red 31 ◦ green 101 ◦ blue 137

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

Shades of Allports #1F6589

Tints of Allports #1F6589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 50.93%

R = 11.52%
G = 37.55%
B = 50.93%

CMYK

 C value IS 0.77

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1F6589 (or 0x1F6589) is known color: Allports. HEX triplet: 1F, 65 and 89. RGB value is (31,101,137). Sum of RGB (Red+Green+Blue) = 31+101+137=269 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.52% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 137 (53.91% from 255 or 50.93% from 269); Max value from RGB is 137 - color contains mainly: blue. Hex color #1F6589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6589 is #E09A76. Grayscale: #535353. Windows color (decimal): -14719607 or 9004319. OLE color: 9004319.

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

Color convert

RGB 31 101 137 -
CMYK 0.77 0.26 0 0.46
HSL 200.38º 0.63% 0.33% -
HSV(B) 200.38º 0.77% 0.54% -
XYZ 9.73 11.4 25.36 -
YUV 84.17 157.81 90.07 -
System Red Green Blue C M Y K H S L
Decimal 31 101 137 0.77 0.26 0 0.46 200.38 0.63 0.33
Hex 1F 65 89 4D 1A 0 2E C8 3F 21
Octal 37 145 211 115 32 0 56 310 77 41
Binary 11111 1100101 10001001 1001101 11010 0 101110 11001000 111111 100001

Color Harmonies of #1F6589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6589

Black with #1F6589

Text Example


Text Example

White with #1F6589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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