Html Css Color HEX #17518A Endeavour

📋 copy color: '#17518A'

red 23 ◦ green 81 ◦ blue 138

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

Shades of Endeavour #17518A

Tints of Endeavour #17518A

RGB

 RED value IS 23 (9.38% from 255) = 9.5%

 GREEN value IS 81 (32.03% from 255) = 33.47%

 BLUE value IS 138 (54.3% from 255) = 57.02%

R = 9.5%
G = 33.47%
B = 57.02%

CMYK

 C value IS 0.83

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#17518A (or 0x17518A) is known color: Endeavour. HEX triplet: 17, 51 and 8A. RGB value is (23,81,138). Sum of RGB (Red+Green+Blue) = 23+81+138=242 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.50% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 138 (54.30% from 255 or 57.02% from 242); Max value from RGB is 138 - color contains mainly: blue. Hex color #17518A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17518A is #E8AE75. Grayscale: #454545. Windows color (decimal): -15249014 or 9064727. OLE color: 9064727.

HSL color Cylindrical-coordinate representation of color #17518A: hue angle of 209.74º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #17518A is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 23 81 138 -
CMYK 0.83 0.41 0 0.46
HSL 209.74º 0.71% 0.32% -
HSV(B) 209.74º 0.83% 0.54% -
XYZ 7.88 7.9 25.15 -
YUV 70.16 166.28 94.37 -
System Red Green Blue C M Y K H S L
Decimal 23 81 138 0.83 0.41 0 0.46 209.74 0.71 0.32
Hex 17 51 8A 53 29 0 2E D2 47 20
Octal 27 121 212 123 51 0 56 322 107 40
Binary 10111 1010001 10001010 1010011 101001 0 101110 11010010 1000111 100000

Color Harmonies of #17518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17518A

Black with #17518A

Text Example


Text Example

White with #17518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17518A; }

 p { color: rgb(23,81,138); }

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

background-color css

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

 a { background-color: rgb(23,81,138); }

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

border-color css

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

 span { border-color: rgb(23,81,138); }

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