Html Css Color HEX #1F549B Endeavour

📋 copy color: '#1F549B'

red 31 ◦ green 84 ◦ blue 155

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

Shades of Endeavour #1F549B

Tints of Endeavour #1F549B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.11%

 BLUE value IS 155 (60.94% from 255) = 57.41%

R = 11.48%
G = 31.11%
B = 57.41%

CMYK

 C value IS 0.8

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F549B (or 0x1F549B) is known color: Endeavour. HEX triplet: 1F, 54 and 9B. RGB value is (31,84,155). Sum of RGB (Red+Green+Blue) = 31+84+155=270 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.48% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F549B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F549B is #E0AB64. Grayscale: #4B4B4B. Windows color (decimal): -14723941 or 10179615. OLE color: 10179615.

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

Color convert

RGB 31 84 155 -
CMYK 0.8 0.46 0 0.39
HSL 214.35º 0.67% 0.36% -
HSV(B) 214.35º 0.8% 0.61% -
XYZ 9.65 9 32.24 -
YUV 76.25 172.44 95.73 -
System Red Green Blue C M Y K H S L
Decimal 31 84 155 0.8 0.46 0 0.39 214.35 0.67 0.36
Hex 1F 54 9B 50 2E 0 27 D6 43 24
Octal 37 124 233 120 56 0 47 326 103 44
Binary 11111 1010100 10011011 1010000 101110 0 100111 11010110 1000011 100100

Color Harmonies of #1F549B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F549B

Black with #1F549B

Text Example


Text Example

White with #1F549B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,84,155); }

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

background-color css

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

 a { background-color: rgb(31,84,155); }

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

border-color css

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

 span { border-color: rgb(31,84,155); }

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