Html Css Color HEX #1C519B Endeavour

📋 copy color: '#1C519B'

red 28 ◦ green 81 ◦ blue 155

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

Shades of Endeavour #1C519B

Tints of Endeavour #1C519B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.68%

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

R = 10.61%
G = 30.68%
B = 58.71%

CMYK

 C value IS 0.82

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1C519B (or 0x1C519B) is known color: Endeavour. HEX triplet: 1C, 51 and 9B. RGB value is (28,81,155). Sum of RGB (Red+Green+Blue) = 28+81+155=264 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.61% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C519B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C519B is #E3AE64. Grayscale: #494949. Windows color (decimal): -14921317 or 10178844. OLE color: 10178844.

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

Color convert

RGB 28 81 155 -
CMYK 0.82 0.48 0 0.39
HSL 214.96º 0.69% 0.36% -
HSV(B) 214.96º 0.82% 0.61% -
XYZ 9.34 8.5 32.16 -
YUV 73.59 173.94 95.48 -
System Red Green Blue C M Y K H S L
Decimal 28 81 155 0.82 0.48 0 0.39 214.96 0.69 0.36
Hex 1C 51 9B 52 30 0 27 D7 45 24
Octal 34 121 233 122 60 0 47 327 105 44
Binary 11100 1010001 10011011 1010010 110000 0 100111 11010111 1000101 100100

Color Harmonies of #1C519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C519B

Black with #1C519B

Text Example


Text Example

White with #1C519B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,81,155); }

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

background-color css

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

 a { background-color: rgb(28,81,155); }

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

border-color css

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

 span { border-color: rgb(28,81,155); }

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