Html Css Color HEX #16629B Endeavour

📋 copy color: '#16629B'

red 22 ◦ green 98 ◦ blue 155

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

Shades of Endeavour #16629B

Tints of Endeavour #16629B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.64%

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

R = 8%
G = 35.64%
B = 56.36%

CMYK

 C value IS 0.86

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#16629B (or 0x16629B) is known color: Endeavour. HEX triplet: 16, 62 and 9B. RGB value is (22,98,155). Sum of RGB (Red+Green+Blue) = 22+98+155=275 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #16629B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16629B is #E99D64. Grayscale: #515151. Windows color (decimal): -15310181 or 10183190. OLE color: 10183190.

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

Color convert

RGB 22 98 155 -
CMYK 0.86 0.37 0 0.39
HSL 205.71º 0.75% 0.35% -
HSV(B) 205.71º 0.86% 0.61% -
XYZ 10.61 11.27 32.63 -
YUV 81.77 169.32 85.37 -
System Red Green Blue C M Y K H S L
Decimal 22 98 155 0.86 0.37 0 0.39 205.71 0.75 0.35
Hex 16 62 9B 56 25 0 27 CE 4B 23
Octal 26 142 233 126 45 0 47 316 113 43
Binary 10110 1100010 10011011 1010110 100101 0 100111 11001110 1001011 100011

Color Harmonies of #16629B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16629B

Black with #16629B

Text Example


Text Example

White with #16629B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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