Html Css Color HEX #1F5087 Endeavour

📋 copy color: '#1F5087'

red 31 ◦ green 80 ◦ blue 135

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

Shades of Endeavour #1F5087

Tints of Endeavour #1F5087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 54.88%

R = 12.6%
G = 32.52%
B = 54.88%

CMYK

 C value IS 0.77

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1F5087 (or 0x1F5087) is known color: Endeavour. HEX triplet: 1F, 50 and 87. RGB value is (31,80,135). Sum of RGB (Red+Green+Blue) = 31+80+135=246 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.60% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 135 (53.12% from 255 or 54.88% from 246); Max value from RGB is 135 - color contains mainly: blue. Hex color #1F5087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5087 is #E0AF78. Grayscale: #474747. Windows color (decimal): -14724985 or 8867871. OLE color: 8867871.

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

Color convert

RGB 31 80 135 -
CMYK 0.77 0.41 0 0.47
HSL 211.73º 0.63% 0.33% -
HSV(B) 211.73º 0.77% 0.53% -
XYZ 7.81 7.78 24.01 -
YUV 71.62 163.77 99.03 -
System Red Green Blue C M Y K H S L
Decimal 31 80 135 0.77 0.41 0 0.47 211.73 0.63 0.33
Hex 1F 50 87 4D 29 0 2F D4 3F 21
Octal 37 120 207 115 51 0 57 324 77 41
Binary 11111 1010000 10000111 1001101 101001 0 101111 11010100 111111 100001

Color Harmonies of #1F5087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5087

Black with #1F5087

Text Example


Text Example

White with #1F5087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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