Html Css Color HEX #16629C Endeavour

📋 copy color: '#16629C'

red 22 ◦ green 98 ◦ blue 156

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

Shades of Endeavour #16629C

Tints of Endeavour #16629C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 56.52%

R = 7.97%
G = 35.51%
B = 56.52%

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

#16629C (or 0x16629C) is known color: Endeavour. HEX triplet: 16, 62 and 9C. RGB value is (22,98,156). Sum of RGB (Red+Green+Blue) = 22+98+156=276 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.97% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #16629C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16629C is #E99D63. Grayscale: #515151. Windows color (decimal): -15310180 or 10248726. OLE color: 10248726.

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

Color convert

RGB 22 98 156 -
CMYK 0.86 0.37 0 0.39
HSL 205.97º 0.75% 0.35% -
HSV(B) 205.97º 0.86% 0.61% -
XYZ 10.7 11.31 33.07 -
YUV 81.89 169.82 85.28 -
System Red Green Blue C M Y K H S L
Decimal 22 98 156 0.86 0.37 0 0.39 205.97 0.75 0.35
Hex 16 62 9C 56 25 0 27 CE 4B 23
Octal 26 142 234 126 45 0 47 316 113 43
Binary 10110 1100010 10011100 1010110 100101 0 100111 11001110 1001011 100011

Color Harmonies of #16629C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16629C

Black with #16629C

Text Example


Text Example

White with #16629C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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