Html Css Color HEX #165C98 Endeavour

📋 copy color: '#165C98'

red 22 ◦ green 92 ◦ blue 152

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

Shades of Endeavour #165C98

Tints of Endeavour #165C98

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.59%

 BLUE value IS 152 (59.77% from 255) = 57.14%

R = 8.27%
G = 34.59%
B = 57.14%

CMYK

 C value IS 0.86

 M value IS 0.39

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#165C98 (or 0x165C98) is known color: Endeavour. HEX triplet: 16, 5C and 98. RGB value is (22,92,152). Sum of RGB (Red+Green+Blue) = 22+92+152=266 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.27% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 152 (59.77% from 255 or 57.14% from 266); Max value from RGB is 152 - color contains mainly: blue. Hex color #165C98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165C98 is #E9A367. Grayscale: #4D4D4D. Windows color (decimal): -15311720 or 9985046. OLE color: 9985046.

HSL color Cylindrical-coordinate representation of color #165C98: hue angle of 207.69º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #165C98 is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 22 92 152 -
CMYK 0.86 0.39 0 0.40
HSL 207.69º 0.75% 0.34% -
HSV(B) 207.69º 0.86% 0.6% -
XYZ 9.83 10.09 31.14 -
YUV 77.91 169.81 88.12 -
System Red Green Blue C M Y K H S L
Decimal 22 92 152 0.86 0.39 0 0.40 207.69 0.75 0.34
Hex 16 5C 98 56 27 0 28 D0 4B 22
Octal 26 134 230 126 47 0 50 320 113 42
Binary 10110 1011100 10011000 1010110 100111 0 101000 11010000 1001011 100010

Color Harmonies of #165C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165C98

Black with #165C98

Text Example


Text Example

White with #165C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,92,152); }

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

background-color css

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

 a { background-color: rgb(22,92,152); }

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

border-color css

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

 span { border-color: rgb(22,92,152); }

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