Html Css Color HEX #18539F Endeavour

📋 copy color: '#18539F'

red 24 ◦ green 83 ◦ blue 159

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

Shades of Endeavour #18539F

Tints of Endeavour #18539F

RGB

 RED value IS 24 (9.77% from 255) = 9.02%

 GREEN value IS 83 (32.81% from 255) = 31.2%

 BLUE value IS 159 (62.5% from 255) = 59.77%

R = 9.02%
G = 31.2%
B = 59.77%

CMYK

 C value IS 0.85

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18539F (or 0x18539F) is known color: Endeavour. HEX triplet: 18, 53 and 9F. RGB value is (24,83,159). Sum of RGB (Red+Green+Blue) = 24+83+159=266 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.02% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 159 (62.5% from 255 or 59.77% from 266); Max value from RGB is 159 - color contains mainly: blue. Hex color #18539F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18539F is #E7AC60. Grayscale: #494949. Windows color (decimal): -15182945 or 10441496. OLE color: 10441496.

HSL color Cylindrical-coordinate representation of color #18539F: hue angle of 213.78º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18539F is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 83 159 -
CMYK 0.85 0.48 0 0.38
HSL 213.78º 0.74% 0.36% -
HSV(B) 213.78º 0.85% 0.62% -
XYZ 9.73 8.88 34 -
YUV 74.02 175.95 92.32 -
System Red Green Blue C M Y K H S L
Decimal 24 83 159 0.85 0.48 0 0.38 213.78 0.74 0.36
Hex 18 53 9F 55 30 0 26 D6 4A 24
Octal 30 123 237 125 60 0 46 326 112 44
Binary 11000 1010011 10011111 1010101 110000 0 100110 11010110 1001010 100100

Color Harmonies of #18539F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18539F

Black with #18539F

Text Example


Text Example

White with #18539F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18539F; }

 p { color: rgb(24,83,159); }

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

background-color css

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

 a { background-color: rgb(24,83,159); }

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

border-color css

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

 span { border-color: rgb(24,83,159); }

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