Html Css Color HEX #18538E Endeavour

📋 copy color: '#18538E'

red 24 ◦ green 83 ◦ blue 142

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

Shades of Endeavour #18538E

Tints of Endeavour #18538E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 57.03%

R = 9.64%
G = 33.33%
B = 57.03%

CMYK

 C value IS 0.83

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#18538E (or 0x18538E) is known color: Endeavour. HEX triplet: 18, 53 and 8E. RGB value is (24,83,142). Sum of RGB (Red+Green+Blue) = 24+83+142=249 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.64% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 142 (55.86% from 255 or 57.03% from 249); Max value from RGB is 142 - color contains mainly: blue. Hex color #18538E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18538E is #E7AC71. Grayscale: #474747. Windows color (decimal): -15182962 or 9327384. OLE color: 9327384.

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

Color convert

RGB 24 83 142 -
CMYK 0.83 0.42 0 0.44
HSL 210º 0.71% 0.33% -
HSV(B) 210º 0.83% 0.56% -
XYZ 8.35 8.33 26.76 -
YUV 72.09 167.45 93.7 -
System Red Green Blue C M Y K H S L
Decimal 24 83 142 0.83 0.42 0 0.44 210 0.71 0.33
Hex 18 53 8E 53 2A 0 2C D2 47 21
Octal 30 123 216 123 52 0 54 322 107 41
Binary 11000 1010011 10001110 1010011 101010 0 101100 11010010 1000111 100001

Color Harmonies of #18538E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18538E

Black with #18538E

Text Example


Text Example

White with #18538E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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