Html Css Color HEX #185292 Endeavour

📋 copy color: '#185292'

red 24 ◦ green 82 ◦ blue 146

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

Shades of Endeavour #185292

Tints of Endeavour #185292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 57.94%

R = 9.52%
G = 32.54%
B = 57.94%

CMYK

 C value IS 0.84

 M value IS 0.44

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#185292 (or 0x185292) is known color: Endeavour. HEX triplet: 18, 52 and 92. RGB value is (24,82,146). Sum of RGB (Red+Green+Blue) = 24+82+146=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 146 (57.42% from 255 or 57.94% from 252); Max value from RGB is 146 - color contains mainly: blue. Hex color #185292 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185292 is #E7AD6D. Grayscale: #474747. Windows color (decimal): -15183214 or 9589272. OLE color: 9589272.

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

Color convert

RGB 24 82 146 -
CMYK 0.84 0.44 0 0.43
HSL 211.48º 0.72% 0.33% -
HSV(B) 211.48º 0.84% 0.57% -
XYZ 8.58 8.3 28.34 -
YUV 71.95 169.78 93.8 -
System Red Green Blue C M Y K H S L
Decimal 24 82 146 0.84 0.44 0 0.43 211.48 0.72 0.33
Hex 18 52 92 54 2C 0 2B D3 48 21
Octal 30 122 222 124 54 0 53 323 110 41
Binary 11000 1010010 10010010 1010100 101100 0 101011 11010011 1001000 100001

Color Harmonies of #185292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185292

Black with #185292

Text Example


Text Example

White with #185292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185292; }

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

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

background-color css

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

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

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

border-color css

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

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

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