Html Css Color HEX #165290 Endeavour

📋 copy color: '#165290'

red 22 ◦ green 82 ◦ blue 144

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

Shades of Endeavour #165290

Tints of Endeavour #165290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 58.06%

R = 8.87%
G = 33.06%
B = 58.06%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#165290 (or 0x165290) is known color: Endeavour. HEX triplet: 16, 52 and 90. RGB value is (22,82,144). Sum of RGB (Red+Green+Blue) = 22+82+144=248 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.87% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 144 (56.64% from 255 or 58.06% from 248); Max value from RGB is 144 - color contains mainly: blue. Hex color #165290 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165290 is #E9AD6F. Grayscale: #464646. Windows color (decimal): -15314288 or 9458198. OLE color: 9458198.

HSL color Cylindrical-coordinate representation of color #165290: hue angle of 210.49º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #165290 is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 22 82 144 -
CMYK 0.85 0.43 0 0.44
HSL 210.49º 0.73% 0.33% -
HSV(B) 210.49º 0.85% 0.56% -
XYZ 8.38 8.22 27.53 -
YUV 71.13 169.12 92.96 -
System Red Green Blue C M Y K H S L
Decimal 22 82 144 0.85 0.43 0 0.44 210.49 0.73 0.33
Hex 16 52 90 55 2B 0 2C D2 49 21
Octal 26 122 220 125 53 0 54 322 111 41
Binary 10110 1010010 10010000 1010101 101011 0 101100 11010010 1001001 100001

Color Harmonies of #165290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165290

Black with #165290

Text Example


Text Example

White with #165290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165290; }

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

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

background-color css

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

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

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

border-color css

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

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

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