Html Css Color HEX #185194 Endeavour

📋 copy color: '#185194'

red 24 ◦ green 81 ◦ blue 148

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

Shades of Endeavour #185194

Tints of Endeavour #185194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 58.5%

R = 9.49%
G = 32.02%
B = 58.5%

CMYK

 C value IS 0.84

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#185194 (or 0x185194) is known color: Endeavour. HEX triplet: 18, 51 and 94. RGB value is (24,81,148). Sum of RGB (Red+Green+Blue) = 24+81+148=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 148 (58.20% from 255 or 58.50% from 253); Max value from RGB is 148 - color contains mainly: blue. Hex color #185194 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185194 is #E7AE6B. Grayscale: #474747. Windows color (decimal): -15183468 or 9720088. OLE color: 9720088.

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

Color convert

RGB 24 81 148 -
CMYK 0.84 0.45 0 0.42
HSL 212.42º 0.72% 0.34% -
HSV(B) 212.42º 0.84% 0.58% -
XYZ 8.66 8.22 29.15 -
YUV 71.6 171.12 94.05 -
System Red Green Blue C M Y K H S L
Decimal 24 81 148 0.84 0.45 0 0.42 212.42 0.72 0.34
Hex 18 51 94 54 2D 0 2A D4 48 22
Octal 30 121 224 124 55 0 52 324 110 42
Binary 11000 1010001 10010100 1010100 101101 0 101010 11010100 1001000 100010

Color Harmonies of #185194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185194

Black with #185194

Text Example


Text Example

White with #185194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185194; }

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

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

background-color css

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

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

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

border-color css

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

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

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