Html Css Color HEX #16619A Endeavour

📋 copy color: '#16619A'

red 22 ◦ green 97 ◦ blue 154

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

Shades of Endeavour #16619A

Tints of Endeavour #16619A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.53%

 BLUE value IS 154 (60.55% from 255) = 56.41%

R = 8.06%
G = 35.53%
B = 56.41%

CMYK

 C value IS 0.86

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#16619A (or 0x16619A) is known color: Endeavour. HEX triplet: 16, 61 and 9A. RGB value is (22,97,154). Sum of RGB (Red+Green+Blue) = 22+97+154=273 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.06% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 154 (60.55% from 255 or 56.41% from 273); Max value from RGB is 154 - color contains mainly: blue. Hex color #16619A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16619A is #E99E65. Grayscale: #505050. Windows color (decimal): -15310438 or 10117398. OLE color: 10117398.

HSL color Cylindrical-coordinate representation of color #16619A: hue angle of 205.91º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16619A is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 22 97 154 -
CMYK 0.86 0.37 0 0.40
HSL 205.91º 0.75% 0.35% -
HSV(B) 205.91º 0.86% 0.6% -
XYZ 10.44 11.05 32.16 -
YUV 81.07 169.15 85.87 -
System Red Green Blue C M Y K H S L
Decimal 22 97 154 0.86 0.37 0 0.40 205.91 0.75 0.35
Hex 16 61 9A 56 25 0 28 CE 4B 23
Octal 26 141 232 126 45 0 50 316 113 43
Binary 10110 1100001 10011010 1010110 100101 0 101000 11001110 1001011 100011

Color Harmonies of #16619A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16619A

Black with #16619A

Text Example


Text Example

White with #16619A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16619A; }

 p { color: rgb(22,97,154); }

 H1.HeaderClassName
 {
   color: #16619A;
 }
 .AnyTagClassName
 {
   color: #16619A;
 }
</style>

background-color css

<style>
 a { background-color: #16619A; }

 a { background-color: rgb(22,97,154); }

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

border-color css

<style>
 span { border-color: #16619A; }

 span { border-color: rgb(22,97,154); }

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