Html Css Color HEX #1F549C Endeavour

📋 copy color: '#1F549C'

red 31 ◦ green 84 ◦ blue 156

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

Shades of Endeavour #1F549C

Tints of Endeavour #1F549C

RGB

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

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

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

R = 11.44%
G = 31%
B = 57.56%

CMYK

 C value IS 0.80

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F549C (or 0x1F549C) is known color: Endeavour. HEX triplet: 1F, 54 and 9C. RGB value is (31,84,156). Sum of RGB (Red+Green+Blue) = 31+84+156=271 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.44% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 156 (61.33% from 255 or 57.56% from 271); Max value from RGB is 156 - color contains mainly: blue. Hex color #1F549C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F549C is #E0AB63. Grayscale: #4C4C4C. Windows color (decimal): -14723940 or 10245151. OLE color: 10245151.

HSL color Cylindrical-coordinate representation of color #1F549C: hue angle of 214.56º 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 #1F549C is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 31 84 156 -
CMYK 0.80 0.46 0 0.39
HSL 214.56º 0.67% 0.37% -
HSV(B) 214.56º 0.8% 0.61% -
XYZ 9.74 9.03 32.68 -
YUV 76.36 172.94 95.65 -
System Red Green Blue C M Y K H S L
Decimal 31 84 156 0.80 0.46 0 0.39 214.56 0.67 0.37
Hex 1F 54 9C 50 2E 0 27 D7 43 25
Octal 37 124 234 120 56 0 47 327 103 45
Binary 11111 1010100 10011100 1010000 101110 0 100111 11010111 1000011 100101

Color Harmonies of #1F549C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F549C

Black with #1F549C

Text Example


Text Example

White with #1F549C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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