Html Css Color HEX #18629B Endeavour

📋 copy color: '#18629B'

red 24 ◦ green 98 ◦ blue 155

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

Shades of Endeavour #18629B

Tints of Endeavour #18629B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.38%

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

R = 8.66%
G = 35.38%
B = 55.96%

CMYK

 C value IS 0.85

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18629B (or 0x18629B) is known color: Endeavour. HEX triplet: 18, 62 and 9B. RGB value is (24,98,155). Sum of RGB (Red+Green+Blue) = 24+98+155=277 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.66% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 155 (60.94% from 255 or 55.96% from 277); Max value from RGB is 155 - color contains mainly: blue. Hex color #18629B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18629B is #E79D64. Grayscale: #525252. Windows color (decimal): -15179109 or 10183192. OLE color: 10183192.

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

Color convert

RGB 24 98 155 -
CMYK 0.85 0.37 0 0.39
HSL 206.11º 0.73% 0.35% -
HSV(B) 206.11º 0.85% 0.61% -
XYZ 10.66 11.3 32.63 -
YUV 82.37 168.98 86.37 -
System Red Green Blue C M Y K H S L
Decimal 24 98 155 0.85 0.37 0 0.39 206.11 0.73 0.35
Hex 18 62 9B 55 25 0 27 CE 49 23
Octal 30 142 233 125 45 0 47 316 111 43
Binary 11000 1100010 10011011 1010101 100101 0 100111 11001110 1001001 100011

Color Harmonies of #18629B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18629B

Black with #18629B

Text Example


Text Example

White with #18629B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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