Html Css Color HEX #185491 Endeavour

📋 copy color: '#185491'

red 24 ◦ green 84 ◦ blue 145

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

Shades of Endeavour #185491

Tints of Endeavour #185491

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.2%

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

R = 9.49%
G = 33.2%
B = 57.31%

CMYK

 C value IS 0.83

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#185491 (or 0x185491) is known color: Endeavour. HEX triplet: 18, 54 and 91. RGB value is (24,84,145). Sum of RGB (Red+Green+Blue) = 24+84+145=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 145 (57.03% from 255 or 57.31% from 253); Max value from RGB is 145 - color contains mainly: blue. Hex color #185491 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185491 is #E7AB6E. Grayscale: #484848. Windows color (decimal): -15182703 or 9524248. OLE color: 9524248.

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

Color convert

RGB 24 84 145 -
CMYK 0.83 0.42 0 0.43
HSL 210.25º 0.72% 0.33% -
HSV(B) 210.25º 0.83% 0.57% -
XYZ 8.66 8.58 27.99 -
YUV 73.01 168.62 93.04 -
System Red Green Blue C M Y K H S L
Decimal 24 84 145 0.83 0.42 0 0.43 210.25 0.72 0.33
Hex 18 54 91 53 2A 0 2B D2 48 21
Octal 30 124 221 123 52 0 53 322 110 41
Binary 11000 1010100 10010001 1010011 101010 0 101011 11010010 1001000 100001

Color Harmonies of #185491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185491

Black with #185491

Text Example


Text Example

White with #185491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185491; }

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

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

background-color css

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

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

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

border-color css

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

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

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