Html Css Color HEX #16519C Endeavour

📋 copy color: '#16519C'

red 22 ◦ green 81 ◦ blue 156

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

Shades of Endeavour #16519C

Tints of Endeavour #16519C

RGB

 RED value IS 22 (8.98% from 255) = 8.49%

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

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

R = 8.49%
G = 31.27%
B = 60.23%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#16519C (or 0x16519C) is known color: Endeavour. HEX triplet: 16, 51 and 9C. RGB value is (22,81,156). Sum of RGB (Red+Green+Blue) = 22+81+156=259 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.49% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 156 (61.33% from 255 or 60.23% from 259); Max value from RGB is 156 - color contains mainly: blue. Hex color #16519C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16519C is #E9AE63. Grayscale: #474747. Windows color (decimal): -15314532 or 10244374. OLE color: 10244374.

HSL color Cylindrical-coordinate representation of color #16519C: hue angle of 213.58º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16519C is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 22 81 156 -
CMYK 0.86 0.48 0 0.39
HSL 213.58º 0.75% 0.35% -
HSV(B) 213.58º 0.86% 0.61% -
XYZ 9.27 8.46 32.6 -
YUV 71.91 175.45 92.4 -
System Red Green Blue C M Y K H S L
Decimal 22 81 156 0.86 0.48 0 0.39 213.58 0.75 0.35
Hex 16 51 9C 56 30 0 27 D6 4B 23
Octal 26 121 234 126 60 0 47 326 113 43
Binary 10110 1010001 10011100 1010110 110000 0 100111 11010110 1001011 100011

Color Harmonies of #16519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16519C

Black with #16519C

Text Example


Text Example

White with #16519C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16519C; }

 p { color: rgb(22,81,156); }

 H1.HeaderClassName
 {
   color: #16519C;
 }
 .AnyTagClassName
 {
   color: #16519C;
 }
</style>

background-color css

<style>
 a { background-color: #16519C; }

 a { background-color: rgb(22,81,156); }

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

border-color css

<style>
 span { border-color: #16519C; }

 span { border-color: rgb(22,81,156); }

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