Html Css Color HEX #16609D Endeavour

📋 copy color: '#16609D'

red 22 ◦ green 96 ◦ blue 157

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

Shades of Endeavour #16609D

Tints of Endeavour #16609D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.91%

 BLUE value IS 157 (61.72% from 255) = 57.09%

R = 8%
G = 34.91%
B = 57.09%

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

#16609D (or 0x16609D) is known color: Endeavour. HEX triplet: 16, 60 and 9D. RGB value is (22,96,157). Sum of RGB (Red+Green+Blue) = 22+96+157=275 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 157 (61.72% from 255 or 57.09% from 275); Max value from RGB is 157 - color contains mainly: blue. Hex color #16609D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16609D is #E99F62. Grayscale: #505050. Windows color (decimal): -15310691 or 10313750. OLE color: 10313750.

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

Color convert

RGB 22 96 157 -
CMYK 0.86 0.39 0 0.38
HSL 207.11º 0.75% 0.35% -
HSV(B) 207.11º 0.86% 0.62% -
XYZ 10.6 10.97 33.46 -
YUV 80.83 170.98 86.04 -
System Red Green Blue C M Y K H S L
Decimal 22 96 157 0.86 0.39 0 0.38 207.11 0.75 0.35
Hex 16 60 9D 56 27 0 26 CF 4B 23
Octal 26 140 235 126 47 0 46 317 113 43
Binary 10110 1100000 10011101 1010110 100111 0 100110 11001111 1001011 100011

Color Harmonies of #16609D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16609D

Black with #16609D

Text Example


Text Example

White with #16609D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16609D; }

 p { color: rgb(22,96,157); }

 H1.HeaderClassName
 {
   color: #16609D;
 }
 .AnyTagClassName
 {
   color: #16609D;
 }
</style>

background-color css

<style>
 a { background-color: #16609D; }

 a { background-color: rgb(22,96,157); }

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

border-color css

<style>
 span { border-color: #16609D; }

 span { border-color: rgb(22,96,157); }

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