Html Css Color HEX #1F4D86 Endeavour

📋 copy color: '#1F4D86'

red 31 ◦ green 77 ◦ blue 134

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

Shades of Endeavour #1F4D86

Tints of Endeavour #1F4D86

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.82%

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

R = 12.81%
G = 31.82%
B = 55.37%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1F4D86 (or 0x1F4D86) is known color: Endeavour. HEX triplet: 1F, 4D and 86. RGB value is (31,77,134). Sum of RGB (Red+Green+Blue) = 31+77+134=242 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.81% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 134 (52.73% from 255 or 55.37% from 242); Max value from RGB is 134 - color contains mainly: blue. Hex color #1F4D86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F4D86 is #E0B279. Grayscale: #454545. Windows color (decimal): -14725754 or 8801567. OLE color: 8801567.

HSL color Cylindrical-coordinate representation of color #1F4D86: hue angle of 213.2º 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 #1F4D86 is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 31 77 134 -
CMYK 0.77 0.43 0 0.47
HSL 213.2º 0.62% 0.32% -
HSV(B) 213.2º 0.77% 0.53% -
XYZ 7.52 7.32 23.57 -
YUV 69.74 164.26 100.37 -
System Red Green Blue C M Y K H S L
Decimal 31 77 134 0.77 0.43 0 0.47 213.2 0.62 0.32
Hex 1F 4D 86 4D 2B 0 2F D5 3E 20
Octal 37 115 206 115 53 0 57 325 76 40
Binary 11111 1001101 10000110 1001101 101011 0 101111 11010101 111110 100000

Color Harmonies of #1F4D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4D86

Black with #1F4D86

Text Example


Text Example

White with #1F4D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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