Html Css Color HEX #16619F Endeavour

📋 copy color: '#16619F'

red 22 ◦ green 97 ◦ blue 159

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

Shades of Endeavour #16619F

Tints of Endeavour #16619F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 57.19%

R = 7.91%
G = 34.89%
B = 57.19%

CMYK

 C value IS 0.86

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#16619F (or 0x16619F) is known color: Endeavour. HEX triplet: 16, 61 and 9F. RGB value is (22,97,159). Sum of RGB (Red+Green+Blue) = 22+97+159=278 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.91% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 159 (62.5% from 255 or 57.19% from 278); Max value from RGB is 159 - color contains mainly: blue. Hex color #16619F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16619F is #E99E60. Grayscale: #515151. Windows color (decimal): -15310433 or 10445078. OLE color: 10445078.

HSL color Cylindrical-coordinate representation of color #16619F: hue angle of 207.15º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16619F is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 22 97 159 -
CMYK 0.86 0.39 0 0.38
HSL 207.15º 0.76% 0.35% -
HSV(B) 207.15º 0.86% 0.62% -
XYZ 10.86 11.22 34.39 -
YUV 81.64 171.65 85.46 -
System Red Green Blue C M Y K H S L
Decimal 22 97 159 0.86 0.39 0 0.38 207.15 0.76 0.35
Hex 16 61 9F 56 27 0 26 CF 4C 23
Octal 26 141 237 126 47 0 46 317 114 43
Binary 10110 1100001 10011111 1010110 100111 0 100110 11001111 1001100 100011

Color Harmonies of #16619F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16619F

Black with #16619F

Text Example


Text Example

White with #16619F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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