Html Css Color HEX #18639B Endeavour

📋 copy color: '#18639B'

red 24 ◦ green 99 ◦ blue 155

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

Shades of Endeavour #18639B

Tints of Endeavour #18639B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.61%

 BLUE value IS 155 (60.94% from 255) = 55.76%

R = 8.63%
G = 35.61%
B = 55.76%

CMYK

 C value IS 0.85

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18639B (or 0x18639B) is known color: Endeavour. HEX triplet: 18, 63 and 9B. RGB value is (24,99,155). Sum of RGB (Red+Green+Blue) = 24+99+155=278 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.63% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 155 (60.94% from 255 or 55.76% from 278); Max value from RGB is 155 - color contains mainly: blue. Hex color #18639B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18639B is #E79C64. Grayscale: #525252. Windows color (decimal): -15178853 or 10183448. OLE color: 10183448.

HSL color Cylindrical-coordinate representation of color #18639B: hue angle of 205.65º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18639B is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 24 99 155 -
CMYK 0.85 0.36 0 0.39
HSL 205.65º 0.73% 0.35% -
HSV(B) 205.65º 0.85% 0.61% -
XYZ 10.75 11.48 32.66 -
YUV 82.96 168.65 85.95 -
System Red Green Blue C M Y K H S L
Decimal 24 99 155 0.85 0.36 0 0.39 205.65 0.73 0.35
Hex 18 63 9B 55 24 0 27 CE 49 23
Octal 30 143 233 125 44 0 47 316 111 43
Binary 11000 1100011 10011011 1010101 100100 0 100111 11001110 1001001 100011

Color Harmonies of #18639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18639B

Black with #18639B

Text Example


Text Example

White with #18639B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18639B; }

 p { color: rgb(24,99,155); }

 H1.HeaderClassName
 {
   color: #18639B;
 }
 .AnyTagClassName
 {
   color: #18639B;
 }
</style>

background-color css

<style>
 a { background-color: #18639B; }

 a { background-color: rgb(24,99,155); }

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

border-color css

<style>
 span { border-color: #18639B; }

 span { border-color: rgb(24,99,155); }

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