Html Css Color HEX #16619C Endeavour

📋 copy color: '#16619C'

red 22 ◦ green 97 ◦ blue 156

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

Shades of Endeavour #16619C

Tints of Endeavour #16619C

RGB

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

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

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

R = 8%
G = 35.27%
B = 56.73%

CMYK

 C value IS 0.86

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#16619C (or 0x16619C) is known color: Endeavour. HEX triplet: 16, 61 and 9C. RGB value is (22,97,156). Sum of RGB (Red+Green+Blue) = 22+97+156=275 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 156 (61.33% from 255 or 56.73% from 275); Max value from RGB is 156 - color contains mainly: blue. Hex color #16619C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16619C is #E99E63. Grayscale: #505050. Windows color (decimal): -15310436 or 10248470. OLE color: 10248470.

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

Color convert

RGB 22 97 156 -
CMYK 0.86 0.38 0 0.39
HSL 206.42º 0.75% 0.35% -
HSV(B) 206.42º 0.86% 0.61% -
XYZ 10.61 11.12 33.04 -
YUV 81.3 170.15 85.7 -
System Red Green Blue C M Y K H S L
Decimal 22 97 156 0.86 0.38 0 0.39 206.42 0.75 0.35
Hex 16 61 9C 56 26 0 27 CE 4B 23
Octal 26 141 234 126 46 0 47 316 113 43
Binary 10110 1100001 10011100 1010110 100110 0 100111 11001110 1001011 100011

Color Harmonies of #16619C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16619C

Black with #16619C

Text Example


Text Example

White with #16619C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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