Html Css Color HEX #18588C Endeavour

📋 copy color: '#18588C'

red 24 ◦ green 88 ◦ blue 140

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

Shades of Endeavour #18588C

Tints of Endeavour #18588C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.92%

 BLUE value IS 140 (55.08% from 255) = 55.56%

R = 9.52%
G = 34.92%
B = 55.56%

CMYK

 C value IS 0.83

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#18588C (or 0x18588C) is known color: Endeavour. HEX triplet: 18, 58 and 8C. RGB value is (24,88,140). Sum of RGB (Red+Green+Blue) = 24+88+140=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 140 (55.08% from 255 or 55.56% from 252); Max value from RGB is 140 - color contains mainly: blue. Hex color #18588C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18588C is #E7A773. Grayscale: #4A4A4A. Windows color (decimal): -15181684 or 9197592. OLE color: 9197592.

HSL color Cylindrical-coordinate representation of color #18588C: hue angle of 206.9º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18588C is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 24 88 140 -
CMYK 0.83 0.37 0 0.45
HSL 206.9º 0.71% 0.32% -
HSV(B) 206.9º 0.83% 0.55% -
XYZ 8.6 9.07 26.11 -
YUV 74.79 164.8 91.77 -
System Red Green Blue C M Y K H S L
Decimal 24 88 140 0.83 0.37 0 0.45 206.9 0.71 0.32
Hex 18 58 8C 53 25 0 2D CF 47 20
Octal 30 130 214 123 45 0 55 317 107 40
Binary 11000 1011000 10001100 1010011 100101 0 101101 11001111 1000111 100000

Color Harmonies of #18588C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18588C

Black with #18588C

Text Example


Text Example

White with #18588C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18588C; }

 p { color: rgb(24,88,140); }

 H1.HeaderClassName
 {
   color: #18588C;
 }
 .AnyTagClassName
 {
   color: #18588C;
 }
</style>

background-color css

<style>
 a { background-color: #18588C; }

 a { background-color: rgb(24,88,140); }

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

border-color css

<style>
 span { border-color: #18588C; }

 span { border-color: rgb(24,88,140); }

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