Html Css Color HEX #18608F Endeavour

📋 copy color: '#18608F'

red 24 ◦ green 96 ◦ blue 143

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

Shades of Endeavour #18608F

Tints of Endeavour #18608F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.5%

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

R = 9.13%
G = 36.5%
B = 54.37%

CMYK

 C value IS 0.83

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#18608F (or 0x18608F) is known color: Endeavour. HEX triplet: 18, 60 and 8F. RGB value is (24,96,143). Sum of RGB (Red+Green+Blue) = 24+96+143=263 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.13% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 143 (56.25% from 255 or 54.37% from 263); Max value from RGB is 143 - color contains mainly: blue. Hex color #18608F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18608F is #E79F70. Grayscale: #4F4F4F. Windows color (decimal): -15179633 or 9396248. OLE color: 9396248.

HSL color Cylindrical-coordinate representation of color #18608F: hue angle of 203.7º 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 #18608F is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 24 96 143 -
CMYK 0.83 0.33 0 0.44
HSL 203.7º 0.71% 0.33% -
HSV(B) 203.7º 0.83% 0.56% -
XYZ 9.52 10.54 27.52 -
YUV 79.83 163.65 88.18 -
System Red Green Blue C M Y K H S L
Decimal 24 96 143 0.83 0.33 0 0.44 203.7 0.71 0.33
Hex 18 60 8F 53 21 0 2C CC 47 21
Octal 30 140 217 123 41 0 54 314 107 41
Binary 11000 1100000 10001111 1010011 100001 0 101100 11001100 1000111 100001

Color Harmonies of #18608F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18608F

Black with #18608F

Text Example


Text Example

White with #18608F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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