Html Css Color HEX #1F4899 Endeavour

📋 copy color: '#1F4899'

red 31 ◦ green 72 ◦ blue 153

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

Shades of Endeavour #1F4899

Tints of Endeavour #1F4899

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.13%

 BLUE value IS 153 (60.16% from 255) = 59.77%

R = 12.11%
G = 28.13%
B = 59.77%

CMYK

 C value IS 0.80

 M value IS 0.53

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1F4899 (or 0x1F4899) is known color: Endeavour. HEX triplet: 1F, 48 and 99. RGB value is (31,72,153). Sum of RGB (Red+Green+Blue) = 31+72+153=256 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.11% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #1F4899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4899 is #E0B766. Grayscale: #444444. Windows color (decimal): -14727015 or 10045471. OLE color: 10045471.

HSL color Cylindrical-coordinate representation of color #1F4899: hue angle of 219.84º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F4899 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 31 72 153 -
CMYK 0.80 0.53 0 0.4
HSL 219.84º 0.66% 0.36% -
HSV(B) 219.84º 0.8% 0.6% -
XYZ 8.63 7.23 31.08 -
YUV 68.98 175.42 100.91 -
System Red Green Blue C M Y K H S L
Decimal 31 72 153 0.80 0.53 0 0.4 219.84 0.66 0.36
Hex 1F 48 99 50 35 0 28 DC 42 24
Octal 37 110 231 120 65 0 50 334 102 44
Binary 11111 1001000 10011001 1010000 110101 0 101000 11011100 1000010 100100

Color Harmonies of #1F4899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4899

Black with #1F4899

Text Example


Text Example

White with #1F4899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,72,153); }

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

background-color css

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

 a { background-color: rgb(31,72,153); }

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

border-color css

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

 span { border-color: rgb(31,72,153); }

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