Html Css Color HEX #16639C Endeavour

📋 copy color: '#16639C'

red 22 ◦ green 99 ◦ blue 156

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

Shades of Endeavour #16639C

Tints of Endeavour #16639C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.74%

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

R = 7.94%
G = 35.74%
B = 56.32%

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

#16639C (or 0x16639C) is known color: Endeavour. HEX triplet: 16, 63 and 9C. RGB value is (22,99,156). Sum of RGB (Red+Green+Blue) = 22+99+156=277 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.94% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 156 (61.33% from 255 or 56.32% from 277); Max value from RGB is 156 - color contains mainly: blue. Hex color #16639C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16639C is #E99C63. Grayscale: #525252. Windows color (decimal): -15309924 or 10248982. OLE color: 10248982.

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

Color convert

RGB 22 99 156 -
CMYK 0.86 0.37 0 0.39
HSL 205.52º 0.75% 0.35% -
HSV(B) 205.52º 0.86% 0.61% -
XYZ 10.79 11.49 33.1 -
YUV 82.48 169.49 84.87 -
System Red Green Blue C M Y K H S L
Decimal 22 99 156 0.86 0.37 0 0.39 205.52 0.75 0.35
Hex 16 63 9C 56 25 0 27 CE 4B 23
Octal 26 143 234 126 45 0 47 316 113 43
Binary 10110 1100011 10011100 1010110 100101 0 100111 11001110 1001011 100011

Color Harmonies of #16639C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16639C

Black with #16639C

Text Example


Text Example

White with #16639C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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