Html Css Color HEX #1F4D84 Endeavour

📋 copy color: '#1F4D84'

red 31 ◦ green 77 ◦ blue 132

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

Shades of Endeavour #1F4D84

Tints of Endeavour #1F4D84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 55%

R = 12.92%
G = 32.08%
B = 55%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1F4D84 (or 0x1F4D84) is known color: Endeavour. HEX triplet: 1F, 4D and 84. RGB value is (31,77,132). Sum of RGB (Red+Green+Blue) = 31+77+132=240 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.92% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 132 (51.95% from 255 or 55% from 240); Max value from RGB is 132 - color contains mainly: blue. Hex color #1F4D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F4D84 is #E0B27B. Grayscale: #454545. Windows color (decimal): -14725756 or 8670495. OLE color: 8670495.

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

Color convert

RGB 31 77 132 -
CMYK 0.77 0.42 0 0.48
HSL 212.67º 0.62% 0.32% -
HSV(B) 212.67º 0.77% 0.52% -
XYZ 7.38 7.27 22.84 -
YUV 69.52 163.26 100.53 -
System Red Green Blue C M Y K H S L
Decimal 31 77 132 0.77 0.42 0 0.48 212.67 0.62 0.32
Hex 1F 4D 84 4D 2A 0 30 D5 3E 20
Octal 37 115 204 115 52 0 60 325 76 40
Binary 11111 1001101 10000100 1001101 101010 0 110000 11010101 111110 100000

Color Harmonies of #1F4D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4D84

Black with #1F4D84

Text Example


Text Example

White with #1F4D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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