Html Css Color HEX #1F5086 Endeavour

📋 copy color: '#1F5086'

red 31 ◦ green 80 ◦ blue 134

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

Shades of Endeavour #1F5086

Tints of Endeavour #1F5086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 54.69%

R = 12.65%
G = 32.65%
B = 54.69%

CMYK

 C value IS 0.77

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1F5086 (or 0x1F5086) is known color: Endeavour. HEX triplet: 1F, 50 and 86. RGB value is (31,80,134). Sum of RGB (Red+Green+Blue) = 31+80+134=245 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.65% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 134 (52.73% from 255 or 54.69% from 245); Max value from RGB is 134 - color contains mainly: blue. Hex color #1F5086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5086 is #E0AF79. Grayscale: #474747. Windows color (decimal): -14724986 or 8802335. OLE color: 8802335.

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

Color convert

RGB 31 80 134 -
CMYK 0.77 0.40 0 0.47
HSL 211.46º 0.62% 0.32% -
HSV(B) 211.46º 0.77% 0.53% -
XYZ 7.74 7.75 23.64 -
YUV 71.51 163.27 99.11 -
System Red Green Blue C M Y K H S L
Decimal 31 80 134 0.77 0.40 0 0.47 211.46 0.62 0.32
Hex 1F 50 86 4D 28 0 2F D3 3E 20
Octal 37 120 206 115 50 0 57 323 76 40
Binary 11111 1010000 10000110 1001101 101000 0 101111 11010011 111110 100000

Color Harmonies of #1F5086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5086

Black with #1F5086

Text Example


Text Example

White with #1F5086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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