Html Css Color HEX #1F509B Endeavour

📋 copy color: '#1F509B'

red 31 ◦ green 80 ◦ blue 155

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

Shades of Endeavour #1F509B

Tints of Endeavour #1F509B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 58.27%

R = 11.65%
G = 30.08%
B = 58.27%

CMYK

 C value IS 0.8

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F509B (or 0x1F509B) is known color: Endeavour. HEX triplet: 1F, 50 and 9B. RGB value is (31,80,155). Sum of RGB (Red+Green+Blue) = 31+80+155=266 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.65% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F509B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F509B is #E0AF64. Grayscale: #494949. Windows color (decimal): -14724965 or 10178591. OLE color: 10178591.

HSL color Cylindrical-coordinate representation of color #1F509B: hue angle of 216.29º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F509B is Cyan = 0.8, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 31 80 155 -
CMYK 0.8 0.48 0 0.39
HSL 216.29º 0.67% 0.36% -
HSV(B) 216.29º 0.8% 0.61% -
XYZ 9.35 8.4 32.14 -
YUV 73.9 173.77 97.4 -
System Red Green Blue C M Y K H S L
Decimal 31 80 155 0.8 0.48 0 0.39 216.29 0.67 0.36
Hex 1F 50 9B 50 30 0 27 D8 43 24
Octal 37 120 233 120 60 0 47 330 103 44
Binary 11111 1010000 10011011 1010000 110000 0 100111 11011000 1000011 100100

Color Harmonies of #1F509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F509B

Black with #1F509B

Text Example


Text Example

White with #1F509B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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