Html Css Color HEX #1F509F Endeavour

📋 copy color: '#1F509F'

red 31 ◦ green 80 ◦ blue 159

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

Shades of Endeavour #1F509F

Tints of Endeavour #1F509F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.63%

 BLUE value IS 159 (62.5% from 255) = 58.89%

R = 11.48%
G = 29.63%
B = 58.89%

CMYK

 C value IS 0.81

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1F509F (or 0x1F509F) is known color: Endeavour. HEX triplet: 1F, 50 and 9F. RGB value is (31,80,159). Sum of RGB (Red+Green+Blue) = 31+80+159=270 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.48% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #1F509F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F509F is #E0AF60. Grayscale: #494949. Windows color (decimal): -14724961 or 10440735. OLE color: 10440735.

HSL color Cylindrical-coordinate representation of color #1F509F: hue angle of 217.03º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F509F is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 31 80 159 -
CMYK 0.81 0.50 0 0.38
HSL 217.03º 0.67% 0.37% -
HSV(B) 217.03º 0.81% 0.62% -
XYZ 9.69 8.53 33.94 -
YUV 74.36 175.77 97.08 -
System Red Green Blue C M Y K H S L
Decimal 31 80 159 0.81 0.50 0 0.38 217.03 0.67 0.37
Hex 1F 50 9F 51 32 0 26 D9 43 25
Octal 37 120 237 121 62 0 46 331 103 45
Binary 11111 1010000 10011111 1010001 110010 0 100110 11011001 1000011 100101

Color Harmonies of #1F509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F509F

Black with #1F509F

Text Example


Text Example

White with #1F509F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,80,159); }

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

background-color css

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

 a { background-color: rgb(31,80,159); }

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

border-color css

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

 span { border-color: rgb(31,80,159); }

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