Html Css Color HEX #165494 Endeavour

📋 copy color: '#165494'

red 22 ◦ green 84 ◦ blue 148

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

Shades of Endeavour #165494

Tints of Endeavour #165494

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.07%

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

R = 8.66%
G = 33.07%
B = 58.27%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#165494 (or 0x165494) is known color: Endeavour. HEX triplet: 16, 54 and 94. RGB value is (22,84,148). Sum of RGB (Red+Green+Blue) = 22+84+148=254 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.66% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 148 (58.20% from 255 or 58.27% from 254); Max value from RGB is 148 - color contains mainly: blue. Hex color #165494 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165494 is #E9AB6B. Grayscale: #484848. Windows color (decimal): -15313772 or 9720854. OLE color: 9720854.

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

Color convert

RGB 22 84 148 -
CMYK 0.85 0.43 0 0.42
HSL 210.48º 0.74% 0.33% -
HSV(B) 210.48º 0.85% 0.58% -
XYZ 8.85 8.65 29.22 -
YUV 72.76 170.46 91.8 -
System Red Green Blue C M Y K H S L
Decimal 22 84 148 0.85 0.43 0 0.42 210.48 0.74 0.33
Hex 16 54 94 55 2B 0 2A D2 4A 21
Octal 26 124 224 125 53 0 52 322 112 41
Binary 10110 1010100 10010100 1010101 101011 0 101010 11010010 1001010 100001

Color Harmonies of #165494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165494

Black with #165494

Text Example


Text Example

White with #165494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165494; }

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

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

background-color css

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

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

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

border-color css

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

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

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