Html Css Color HEX #1F499C Endeavour

📋 copy color: '#1F499C'

red 31 ◦ green 73 ◦ blue 156

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

Shades of Endeavour #1F499C

Tints of Endeavour #1F499C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.08%

 BLUE value IS 156 (61.33% from 255) = 60%

R = 11.92%
G = 28.08%
B = 60%

CMYK

 C value IS 0.80

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F499C (or 0x1F499C) is known color: Endeavour. HEX triplet: 1F, 49 and 9C. RGB value is (31,73,156). Sum of RGB (Red+Green+Blue) = 31+73+156=260 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.92% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 156 (61.33% from 255 or 60% from 260); Max value from RGB is 156 - color contains mainly: blue. Hex color #1F499C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F499C is #E0B663. Grayscale: #454545. Windows color (decimal): -14726756 or 10242335. OLE color: 10242335.

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

Color convert

RGB 31 73 156 -
CMYK 0.80 0.53 0 0.39
HSL 219.84º 0.67% 0.37% -
HSV(B) 219.84º 0.8% 0.61% -
XYZ 8.95 7.46 32.42 -
YUV 69.9 176.59 100.25 -
System Red Green Blue C M Y K H S L
Decimal 31 73 156 0.80 0.53 0 0.39 219.84 0.67 0.37
Hex 1F 49 9C 50 35 0 27 DC 43 25
Octal 37 111 234 120 65 0 47 334 103 45
Binary 11111 1001001 10011100 1010000 110101 0 100111 11011100 1000011 100101

Color Harmonies of #1F499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F499C

Black with #1F499C

Text Example


Text Example

White with #1F499C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,73,156); }

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

background-color css

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

 a { background-color: rgb(31,73,156); }

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

border-color css

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

 span { border-color: rgb(31,73,156); }

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