Html Css Color HEX #186090 Endeavour

📋 copy color: '#186090'

red 24 ◦ green 96 ◦ blue 144

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

Shades of Endeavour #186090

Tints of Endeavour #186090

RGB

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

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

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

R = 9.09%
G = 36.36%
B = 54.55%

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

#186090 (or 0x186090) is known color: Endeavour. HEX triplet: 18, 60 and 90. RGB value is (24,96,144). Sum of RGB (Red+Green+Blue) = 24+96+144=264 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.09% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #186090 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186090 is #E79F6F. Grayscale: #4F4F4F. Windows color (decimal): -15179632 or 9461784. OLE color: 9461784.

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

Color convert

RGB 24 96 144 -
CMYK 0.83 0.33 0 0.44
HSL 204º 0.71% 0.33% -
HSV(B) 204º 0.83% 0.56% -
XYZ 9.59 10.57 27.92 -
YUV 79.94 164.15 88.1 -
System Red Green Blue C M Y K H S L
Decimal 24 96 144 0.83 0.33 0 0.44 204 0.71 0.33
Hex 18 60 90 53 21 0 2C CC 47 21
Octal 30 140 220 123 41 0 54 314 107 41
Binary 11000 1100000 10010000 1010011 100001 0 101100 11001100 1000111 100001

Color Harmonies of #186090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186090

Black with #186090

Text Example


Text Example

White with #186090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186090; }

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

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

background-color css

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

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

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

border-color css

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

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

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