Html Css Color HEX #185196 Endeavour

📋 copy color: '#185196'

red 24 ◦ green 81 ◦ blue 150

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

Shades of Endeavour #185196

Tints of Endeavour #185196

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.76%

 BLUE value IS 150 (58.98% from 255) = 58.82%

R = 9.41%
G = 31.76%
B = 58.82%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#185196 (or 0x185196) is known color: Endeavour. HEX triplet: 18, 51 and 96. RGB value is (24,81,150). Sum of RGB (Red+Green+Blue) = 24+81+150=255 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.41% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 150 (58.98% from 255 or 58.82% from 255); Max value from RGB is 150 - color contains mainly: blue. Hex color #185196 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185196 is #E7AE69. Grayscale: #474747. Windows color (decimal): -15183466 or 9851160. OLE color: 9851160.

HSL color Cylindrical-coordinate representation of color #185196: hue angle of 212.86º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #185196 is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 24 81 150 -
CMYK 0.84 0.46 0 0.41
HSL 212.86º 0.72% 0.34% -
HSV(B) 212.86º 0.84% 0.59% -
XYZ 8.82 8.28 29.99 -
YUV 71.82 172.12 93.89 -
System Red Green Blue C M Y K H S L
Decimal 24 81 150 0.84 0.46 0 0.41 212.86 0.72 0.34
Hex 18 51 96 54 2E 0 29 D5 48 22
Octal 30 121 226 124 56 0 51 325 110 42
Binary 11000 1010001 10010110 1010100 101110 0 101001 11010101 1001000 100010

Color Harmonies of #185196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185196

Black with #185196

Text Example


Text Example

White with #185196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185196; }

 p { color: rgb(24,81,150); }

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

background-color css

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

 a { background-color: rgb(24,81,150); }

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

border-color css

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

 span { border-color: rgb(24,81,150); }

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