Html Css Color HEX #165B8F Endeavour

📋 copy color: '#165B8F'

red 22 ◦ green 91 ◦ blue 143

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

Shades of Endeavour #165B8F

Tints of Endeavour #165B8F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.55%

 BLUE value IS 143 (56.25% from 255) = 55.86%

R = 8.59%
G = 35.55%
B = 55.86%

CMYK

 C value IS 0.85

 M value IS 0.36

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#165B8F (or 0x165B8F) is known color: Endeavour. HEX triplet: 16, 5B and 8F. RGB value is (22,91,143). Sum of RGB (Red+Green+Blue) = 22+91+143=256 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.59% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 143 (56.25% from 255 or 55.86% from 256); Max value from RGB is 143 - color contains mainly: blue. Hex color #165B8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165B8F is #E9A470. Grayscale: #4C4C4C. Windows color (decimal): -15311985 or 9394966. OLE color: 9394966.

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

Color convert

RGB 22 91 143 -
CMYK 0.85 0.36 0 0.44
HSL 205.79º 0.73% 0.32% -
HSV(B) 205.79º 0.85% 0.56% -
XYZ 9.03 9.64 27.37 -
YUV 76.3 165.64 89.27 -
System Red Green Blue C M Y K H S L
Decimal 22 91 143 0.85 0.36 0 0.44 205.79 0.73 0.32
Hex 16 5B 8F 55 24 0 2C CE 49 20
Octal 26 133 217 125 44 0 54 316 111 40
Binary 10110 1011011 10001111 1010101 100100 0 101100 11001110 1001001 100000

Color Harmonies of #165B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165B8F

Black with #165B8F

Text Example


Text Example

White with #165B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165B8F; }

 p { color: rgb(22,91,143); }

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

background-color css

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

 a { background-color: rgb(22,91,143); }

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

border-color css

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

 span { border-color: rgb(22,91,143); }

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