Html Css Color HEX #16558B Endeavour

📋 copy color: '#16558B'

red 22 ◦ green 85 ◦ blue 139

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

Shades of Endeavour #16558B

Tints of Endeavour #16558B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 56.5%

R = 8.94%
G = 34.55%
B = 56.5%

CMYK

 C value IS 0.84

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#16558B (or 0x16558B) is known color: Endeavour. HEX triplet: 16, 55 and 8B. RGB value is (22,85,139). Sum of RGB (Red+Green+Blue) = 22+85+139=246 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.94% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #16558B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16558B is #E9AA74. Grayscale: #484848. Windows color (decimal): -15313525 or 9131286. OLE color: 9131286.

HSL color Cylindrical-coordinate representation of color #16558B: hue angle of 207.69º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16558B is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 22 85 139 -
CMYK 0.84 0.39 0 0.45
HSL 207.69º 0.73% 0.32% -
HSV(B) 207.69º 0.84% 0.55% -
XYZ 8.24 8.53 25.64 -
YUV 72.32 165.63 92.11 -
System Red Green Blue C M Y K H S L
Decimal 22 85 139 0.84 0.39 0 0.45 207.69 0.73 0.32
Hex 16 55 8B 54 27 0 2D D0 49 20
Octal 26 125 213 124 47 0 55 320 111 40
Binary 10110 1010101 10001011 1010100 100111 0 101101 11010000 1001001 100000

Color Harmonies of #16558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16558B

Black with #16558B

Text Example


Text Example

White with #16558B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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