Html Css Color HEX #165194 Endeavour

📋 copy color: '#165194'

red 22 ◦ green 81 ◦ blue 148

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

Shades of Endeavour #165194

Tints of Endeavour #165194

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.27%

 BLUE value IS 148 (58.2% from 255) = 58.96%

R = 8.76%
G = 32.27%
B = 58.96%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#165194 (or 0x165194) is known color: Endeavour. HEX triplet: 16, 51 and 94. RGB value is (22,81,148). Sum of RGB (Red+Green+Blue) = 22+81+148=251 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.76% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 148 (58.20% from 255 or 58.96% from 251); Max value from RGB is 148 - color contains mainly: blue. Hex color #165194 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165194 is #E9AE6B. Grayscale: #464646. Windows color (decimal): -15314540 or 9720086. OLE color: 9720086.

HSL color Cylindrical-coordinate representation of color #165194: hue angle of 211.9º 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 #165194 is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 22 81 148 -
CMYK 0.85 0.45 0 0.42
HSL 211.9º 0.74% 0.33% -
HSV(B) 211.9º 0.85% 0.58% -
XYZ 8.62 8.19 29.14 -
YUV 71 171.45 93.05 -
System Red Green Blue C M Y K H S L
Decimal 22 81 148 0.85 0.45 0 0.42 211.9 0.74 0.33
Hex 16 51 94 55 2D 0 2A D4 4A 21
Octal 26 121 224 125 55 0 52 324 112 41
Binary 10110 1010001 10010100 1010101 101101 0 101010 11010100 1001010 100001

Color Harmonies of #165194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165194

Black with #165194

Text Example


Text Example

White with #165194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165194; }

 p { color: rgb(22,81,148); }

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

background-color css

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

 a { background-color: rgb(22,81,148); }

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

border-color css

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

 span { border-color: rgb(22,81,148); }

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