Html Css Color HEX #1F519B Endeavour

📋 copy color: '#1F519B'

red 31 ◦ green 81 ◦ blue 155

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

Shades of Endeavour #1F519B

Tints of Endeavour #1F519B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.34%

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

R = 11.61%
G = 30.34%
B = 58.05%

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

#1F519B (or 0x1F519B) is known color: Endeavour. HEX triplet: 1F, 51 and 9B. RGB value is (31,81,155). Sum of RGB (Red+Green+Blue) = 31+81+155=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 155 (60.94% from 255 or 58.05% from 267); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F519B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F519B is #E0AE64. Grayscale: #4A4A4A. Windows color (decimal): -14724709 or 10178847. OLE color: 10178847.

HSL color Cylindrical-coordinate representation of color #1F519B: hue angle of 215.81º 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 #1F519B is Cyan = 0.8, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 31 81 155 -
CMYK 0.8 0.48 0 0.39
HSL 215.81º 0.67% 0.36% -
HSV(B) 215.81º 0.8% 0.61% -
XYZ 9.42 8.54 32.16 -
YUV 74.49 173.44 96.98 -
System Red Green Blue C M Y K H S L
Decimal 31 81 155 0.8 0.48 0 0.39 215.81 0.67 0.36
Hex 1F 51 9B 50 30 0 27 D8 43 24
Octal 37 121 233 120 60 0 47 330 103 44
Binary 11111 1010001 10011011 1010000 110000 0 100111 11011000 1000011 100100

Color Harmonies of #1F519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F519B

Black with #1F519B

Text Example


Text Example

White with #1F519B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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