Html Css Color HEX #1C549E Endeavour

📋 copy color: '#1C549E'

red 28 ◦ green 84 ◦ blue 158

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

Shades of Endeavour #1C549E

Tints of Endeavour #1C549E

RGB

 RED value IS 28 (11.33% from 255) = 10.37%

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

 BLUE value IS 158 (62.11% from 255) = 58.52%

R = 10.37%
G = 31.11%
B = 58.52%

CMYK

 C value IS 0.82

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1C549E (or 0x1C549E) is known color: Endeavour. HEX triplet: 1C, 54 and 9E. RGB value is (28,84,158). Sum of RGB (Red+Green+Blue) = 28+84+158=270 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.37% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 158 (62.11% from 255 or 58.52% from 270); Max value from RGB is 158 - color contains mainly: blue. Hex color #1C549E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C549E is #E3AB61. Grayscale: #4B4B4B. Windows color (decimal): -14920546 or 10376220. OLE color: 10376220.

HSL color Cylindrical-coordinate representation of color #1C549E: hue angle of 214.15º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C549E is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 28 84 158 -
CMYK 0.82 0.47 0 0.38
HSL 214.15º 0.7% 0.36% -
HSV(B) 214.15º 0.82% 0.62% -
XYZ 9.82 9.06 33.58 -
YUV 75.69 174.45 93.98 -
System Red Green Blue C M Y K H S L
Decimal 28 84 158 0.82 0.47 0 0.38 214.15 0.7 0.36
Hex 1C 54 9E 52 2F 0 26 D6 46 24
Octal 34 124 236 122 57 0 46 326 106 44
Binary 11100 1010100 10011110 1010010 101111 0 100110 11010110 1000110 100100

Color Harmonies of #1C549E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C549E

Black with #1C549E

Text Example


Text Example

White with #1C549E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,84,158); }

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

background-color css

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

 a { background-color: rgb(28,84,158); }

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

border-color css

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

 span { border-color: rgb(28,84,158); }

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