Html Css Color HEX #18628F Endeavour

📋 copy color: '#18628F'

red 24 ◦ green 98 ◦ blue 143

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

Shades of Endeavour #18628F

Tints of Endeavour #18628F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 53.96%

R = 9.06%
G = 36.98%
B = 53.96%

CMYK

 C value IS 0.83

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#18628F (or 0x18628F) is known color: Endeavour. HEX triplet: 18, 62 and 8F. RGB value is (24,98,143). Sum of RGB (Red+Green+Blue) = 24+98+143=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 143 (56.25% from 255 or 53.96% from 265); Max value from RGB is 143 - color contains mainly: blue. Hex color #18628F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18628F is #E79D70. Grayscale: #505050. Windows color (decimal): -15179121 or 9396760. OLE color: 9396760.

HSL color Cylindrical-coordinate representation of color #18628F: hue angle of 202.69º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18628F is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 24 98 143 -
CMYK 0.83 0.31 0 0.44
HSL 202.69º 0.71% 0.33% -
HSV(B) 202.69º 0.83% 0.56% -
XYZ 9.7 10.91 27.58 -
YUV 81 162.98 87.34 -
System Red Green Blue C M Y K H S L
Decimal 24 98 143 0.83 0.31 0 0.44 202.69 0.71 0.33
Hex 18 62 8F 53 1F 0 2C CB 47 21
Octal 30 142 217 123 37 0 54 313 107 41
Binary 11000 1100010 10001111 1010011 11111 0 101100 11001011 1000111 100001

Color Harmonies of #18628F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18628F

Black with #18628F

Text Example


Text Example

White with #18628F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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