Html Css Color HEX #165294 Endeavour

📋 copy color: '#165294'

red 22 ◦ green 82 ◦ blue 148

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

Shades of Endeavour #165294

Tints of Endeavour #165294

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.54%

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

R = 8.73%
G = 32.54%
B = 58.73%

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

#165294 (or 0x165294) is known color: Endeavour. HEX triplet: 16, 52 and 94. RGB value is (22,82,148). Sum of RGB (Red+Green+Blue) = 22+82+148=252 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.73% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 148 (58.20% from 255 or 58.73% from 252); Max value from RGB is 148 - color contains mainly: blue. Hex color #165294 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165294 is #E9AD6B. Grayscale: #474747. Windows color (decimal): -15314284 or 9720342. OLE color: 9720342.

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

Color convert

RGB 22 82 148 -
CMYK 0.85 0.45 0 0.42
HSL 211.43º 0.74% 0.33% -
HSV(B) 211.43º 0.85% 0.58% -
XYZ 8.69 8.34 29.17 -
YUV 71.58 171.12 92.63 -
System Red Green Blue C M Y K H S L
Decimal 22 82 148 0.85 0.45 0 0.42 211.43 0.74 0.33
Hex 16 52 94 55 2D 0 2A D3 4A 21
Octal 26 122 224 125 55 0 52 323 112 41
Binary 10110 1010010 10010100 1010101 101101 0 101010 11010011 1001010 100001

Color Harmonies of #165294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165294

Black with #165294

Text Example


Text Example

White with #165294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165294; }

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

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

background-color css

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

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

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

border-color css

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

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

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