Html Css Color HEX #186390 Endeavour

📋 copy color: '#186390'

red 24 ◦ green 99 ◦ blue 144

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

Shades of Endeavour #186390

Tints of Endeavour #186390

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.08%

 BLUE value IS 144 (56.64% from 255) = 53.93%

R = 8.99%
G = 37.08%
B = 53.93%

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

#186390 (or 0x186390) is known color: Endeavour. HEX triplet: 18, 63 and 90. RGB value is (24,99,144). Sum of RGB (Red+Green+Blue) = 24+99+144=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 144 (56.64% from 255 or 53.93% from 267); Max value from RGB is 144 - color contains mainly: blue. Hex color #186390 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186390 is #E79C6F. Grayscale: #515151. Windows color (decimal): -15178864 or 9462552. OLE color: 9462552.

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

Color convert

RGB 24 99 144 -
CMYK 0.83 0.31 0 0.44
HSL 202.5º 0.71% 0.33% -
HSV(B) 202.5º 0.83% 0.56% -
XYZ 9.87 11.13 28.01 -
YUV 81.71 163.15 86.84 -
System Red Green Blue C M Y K H S L
Decimal 24 99 144 0.83 0.31 0 0.44 202.5 0.71 0.33
Hex 18 63 90 53 1F 0 2C CA 47 21
Octal 30 143 220 123 37 0 54 312 107 41
Binary 11000 1100011 10010000 1010011 11111 0 101100 11001010 1000111 100001

Color Harmonies of #186390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186390

Black with #186390

Text Example


Text Example

White with #186390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186390; }

 p { color: rgb(24,99,144); }

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

background-color css

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

 a { background-color: rgb(24,99,144); }

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

border-color css

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

 span { border-color: rgb(24,99,144); }

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