Html Css Color HEX #165F92 Endeavour

📋 copy color: '#165F92'

red 22 ◦ green 95 ◦ blue 146

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

Shades of Endeavour #165F92

Tints of Endeavour #165F92

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.12%

 BLUE value IS 146 (57.42% from 255) = 55.51%

R = 8.37%
G = 36.12%
B = 55.51%

CMYK

 C value IS 0.85

 M value IS 0.35

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#165F92 (or 0x165F92) is known color: Endeavour. HEX triplet: 16, 5F and 92. RGB value is (22,95,146). Sum of RGB (Red+Green+Blue) = 22+95+146=263 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.37% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #165F92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165F92 is #E9A06D. Grayscale: #4E4E4E. Windows color (decimal): -15310958 or 9592598. OLE color: 9592598.

HSL color Cylindrical-coordinate representation of color #165F92: hue angle of 204.68º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #165F92 is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 22 95 146 -
CMYK 0.85 0.35 0 0.43
HSL 204.68º 0.74% 0.33% -
HSV(B) 204.68º 0.85% 0.57% -
XYZ 9.61 10.43 28.7 -
YUV 78.99 165.82 87.35 -
System Red Green Blue C M Y K H S L
Decimal 22 95 146 0.85 0.35 0 0.43 204.68 0.74 0.33
Hex 16 5F 92 55 23 0 2B CD 4A 21
Octal 26 137 222 125 43 0 53 315 112 41
Binary 10110 1011111 10010010 1010101 100011 0 101011 11001101 1001010 100001

Color Harmonies of #165F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165F92

Black with #165F92

Text Example


Text Example

White with #165F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,95,146); }

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

background-color css

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

 a { background-color: rgb(22,95,146); }

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

border-color css

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

 span { border-color: rgb(22,95,146); }

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