Html Css Color HEX #186091 Endeavour

📋 copy color: '#186091'

red 24 ◦ green 96 ◦ blue 145

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

Shades of Endeavour #186091

Tints of Endeavour #186091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 54.72%

R = 9.06%
G = 36.23%
B = 54.72%

CMYK

 C value IS 0.83

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#186091 (or 0x186091) is known color: Endeavour. HEX triplet: 18, 60 and 91. RGB value is (24,96,145). Sum of RGB (Red+Green+Blue) = 24+96+145=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #186091 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186091 is #E79F6E. Grayscale: #4F4F4F. Windows color (decimal): -15179631 or 9527320. OLE color: 9527320.

HSL color Cylindrical-coordinate representation of color #186091: hue angle of 204.3º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #186091 is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 24 96 145 -
CMYK 0.83 0.34 0 0.43
HSL 204.3º 0.72% 0.33% -
HSV(B) 204.3º 0.83% 0.57% -
XYZ 9.67 10.6 28.33 -
YUV 80.06 164.65 88.02 -
System Red Green Blue C M Y K H S L
Decimal 24 96 145 0.83 0.34 0 0.43 204.3 0.72 0.33
Hex 18 60 91 53 22 0 2B CC 48 21
Octal 30 140 221 123 42 0 53 314 110 41
Binary 11000 1100000 10010001 1010011 100010 0 101011 11001100 1001000 100001

Color Harmonies of #186091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186091

Black with #186091

Text Example


Text Example

White with #186091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186091; }

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

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

background-color css

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

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

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

border-color css

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

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

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