Html Css Color HEX #18538D Endeavour

📋 copy color: '#18538D'

red 24 ◦ green 83 ◦ blue 141

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

Shades of Endeavour #18538D

Tints of Endeavour #18538D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.47%

 BLUE value IS 141 (55.47% from 255) = 56.85%

R = 9.68%
G = 33.47%
B = 56.85%

CMYK

 C value IS 0.83

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#18538D (or 0x18538D) is known color: Endeavour. HEX triplet: 18, 53 and 8D. RGB value is (24,83,141). Sum of RGB (Red+Green+Blue) = 24+83+141=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 141 (55.47% from 255 or 56.85% from 248); Max value from RGB is 141 - color contains mainly: blue. Hex color #18538D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18538D is #E7AC72. Grayscale: #474747. Windows color (decimal): -15182963 or 9261848. OLE color: 9261848.

HSL color Cylindrical-coordinate representation of color #18538D: hue angle of 209.74º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18538D is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 24 83 141 -
CMYK 0.83 0.41 0 0.45
HSL 209.74º 0.71% 0.32% -
HSV(B) 209.74º 0.83% 0.55% -
XYZ 8.28 8.3 26.37 -
YUV 71.97 166.95 93.78 -
System Red Green Blue C M Y K H S L
Decimal 24 83 141 0.83 0.41 0 0.45 209.74 0.71 0.32
Hex 18 53 8D 53 29 0 2D D2 47 20
Octal 30 123 215 123 51 0 55 322 107 40
Binary 11000 1010011 10001101 1010011 101001 0 101101 11010010 1000111 100000

Color Harmonies of #18538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18538D

Black with #18538D

Text Example


Text Example

White with #18538D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18538D; }

 p { color: rgb(24,83,141); }

 H1.HeaderClassName
 {
   color: #18538D;
 }
 .AnyTagClassName
 {
   color: #18538D;
 }
</style>

background-color css

<style>
 a { background-color: #18538D; }

 a { background-color: rgb(24,83,141); }

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

border-color css

<style>
 span { border-color: #18538D; }

 span { border-color: rgb(24,83,141); }

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