Html Css Color HEX #166093 Endeavour

📋 copy color: '#166093'

red 22 ◦ green 96 ◦ blue 147

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

Shades of Endeavour #166093

Tints of Endeavour #166093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 55.47%

R = 8.3%
G = 36.23%
B = 55.47%

CMYK

 C value IS 0.85

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#166093 (or 0x166093) is known color: Endeavour. HEX triplet: 16, 60 and 93. RGB value is (22,96,147). Sum of RGB (Red+Green+Blue) = 22+96+147=265 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.30% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 147 (57.81% from 255 or 55.47% from 265); Max value from RGB is 147 - color contains mainly: blue. Hex color #166093 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166093 is #E99F6C. Grayscale: #4F4F4F. Windows color (decimal): -15310701 or 9658390. OLE color: 9658390.

HSL color Cylindrical-coordinate representation of color #166093: hue angle of 204.48º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #166093 is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 22 96 147 -
CMYK 0.85 0.35 0 0.42
HSL 204.48º 0.74% 0.33% -
HSV(B) 204.48º 0.85% 0.58% -
XYZ 9.78 10.64 29.14 -
YUV 79.69 165.98 86.85 -
System Red Green Blue C M Y K H S L
Decimal 22 96 147 0.85 0.35 0 0.42 204.48 0.74 0.33
Hex 16 60 93 55 23 0 2A CC 4A 21
Octal 26 140 223 125 43 0 52 314 112 41
Binary 10110 1100000 10010011 1010101 100011 0 101010 11001100 1001010 100001

Color Harmonies of #166093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166093

Black with #166093

Text Example


Text Example

White with #166093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166093; }

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

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

background-color css

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

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

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

border-color css

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

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

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