Html Css Color HEX #18649B Endeavour

📋 copy color: '#18649B'

red 24 ◦ green 100 ◦ blue 155

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

Shades of Endeavour #18649B

Tints of Endeavour #18649B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.84%

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

R = 8.6%
G = 35.84%
B = 55.56%

CMYK

 C value IS 0.85

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18649B (or 0x18649B) is known color: Endeavour. HEX triplet: 18, 64 and 9B. RGB value is (24,100,155). Sum of RGB (Red+Green+Blue) = 24+100+155=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #18649B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18649B is #E79B64. Grayscale: #535353. Windows color (decimal): -15178597 or 10183704. OLE color: 10183704.

HSL color Cylindrical-coordinate representation of color #18649B: hue angle of 205.19º 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 #18649B is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 24 100 155 -
CMYK 0.85 0.35 0 0.39
HSL 205.19º 0.73% 0.35% -
HSV(B) 205.19º 0.85% 0.61% -
XYZ 10.85 11.68 32.69 -
YUV 83.55 168.32 85.53 -
System Red Green Blue C M Y K H S L
Decimal 24 100 155 0.85 0.35 0 0.39 205.19 0.73 0.35
Hex 18 64 9B 55 23 0 27 CD 49 23
Octal 30 144 233 125 43 0 47 315 111 43
Binary 11000 1100100 10011011 1010101 100011 0 100111 11001101 1001001 100011

Color Harmonies of #18649B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18649B

Black with #18649B

Text Example


Text Example

White with #18649B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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