Html Css Color HEX #16559B Endeavour

📋 copy color: '#16559B'

red 22 ◦ green 85 ◦ blue 155

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

Shades of Endeavour #16559B

Tints of Endeavour #16559B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.44%

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

R = 8.4%
G = 32.44%
B = 59.16%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#16559B (or 0x16559B) is known color: Endeavour. HEX triplet: 16, 55 and 9B. RGB value is (22,85,155). Sum of RGB (Red+Green+Blue) = 22+85+155=262 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.40% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 155 (60.94% from 255 or 59.16% from 262); Max value from RGB is 155 - color contains mainly: blue. Hex color #16559B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16559B is #E9AA64. Grayscale: #494949. Windows color (decimal): -15313509 or 10179862. OLE color: 10179862.

HSL color Cylindrical-coordinate representation of color #16559B: hue angle of 211.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 #16559B is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 22 85 155 -
CMYK 0.86 0.45 0 0.39
HSL 211.58º 0.75% 0.35% -
HSV(B) 211.58º 0.86% 0.61% -
XYZ 9.5 9.03 32.25 -
YUV 74.14 173.63 90.81 -
System Red Green Blue C M Y K H S L
Decimal 22 85 155 0.86 0.45 0 0.39 211.58 0.75 0.35
Hex 16 55 9B 56 2D 0 27 D4 4B 23
Octal 26 125 233 126 55 0 47 324 113 43
Binary 10110 1010101 10011011 1010110 101101 0 100111 11010100 1001011 100011

Color Harmonies of #16559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16559B

Black with #16559B

Text Example


Text Example

White with #16559B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16559B; }

 p { color: rgb(22,85,155); }

 H1.HeaderClassName
 {
   color: #16559B;
 }
 .AnyTagClassName
 {
   color: #16559B;
 }
</style>

background-color css

<style>
 a { background-color: #16559B; }

 a { background-color: rgb(22,85,155); }

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

border-color css

<style>
 span { border-color: #16559B; }

 span { border-color: rgb(22,85,155); }

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