Html Css Color HEX #185294 Endeavour

📋 copy color: '#185294'

red 24 ◦ green 82 ◦ blue 148

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

Shades of Endeavour #185294

Tints of Endeavour #185294

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.28%

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

R = 9.45%
G = 32.28%
B = 58.27%

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

#185294 (or 0x185294) is known color: Endeavour. HEX triplet: 18, 52 and 94. RGB value is (24,82,148). Sum of RGB (Red+Green+Blue) = 24+82+148=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 148 (58.20% from 255 or 58.27% from 254); Max value from RGB is 148 - color contains mainly: blue. Hex color #185294 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185294 is #E7AD6B. Grayscale: #474747. Windows color (decimal): -15183212 or 9720344. OLE color: 9720344.

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

Color convert

RGB 24 82 148 -
CMYK 0.84 0.45 0 0.42
HSL 211.94º 0.72% 0.34% -
HSV(B) 211.94º 0.84% 0.58% -
XYZ 8.74 8.37 29.17 -
YUV 72.18 170.78 93.63 -
System Red Green Blue C M Y K H S L
Decimal 24 82 148 0.84 0.45 0 0.42 211.94 0.72 0.34
Hex 18 52 94 54 2D 0 2A D4 48 22
Octal 30 122 224 124 55 0 52 324 110 42
Binary 11000 1010010 10010100 1010100 101101 0 101010 11010100 1001000 100010

Color Harmonies of #185294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185294

Black with #185294

Text Example


Text Example

White with #185294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185294; }

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

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

background-color css

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

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

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

border-color css

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

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

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