Html Css Color HEX #185192 Endeavour

📋 copy color: '#185192'

red 24 ◦ green 81 ◦ blue 146

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

Shades of Endeavour #185192

Tints of Endeavour #185192

RGB

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

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

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

R = 9.56%
G = 32.27%
B = 58.17%

CMYK

 C value IS 0.84

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#185192 (or 0x185192) is known color: Endeavour. HEX triplet: 18, 51 and 92. RGB value is (24,81,146). Sum of RGB (Red+Green+Blue) = 24+81+146=251 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.56% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #185192 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185192 is #E7AE6D. Grayscale: #474747. Windows color (decimal): -15183470 or 9589016. OLE color: 9589016.

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

Color convert

RGB 24 81 146 -
CMYK 0.84 0.45 0 0.43
HSL 211.97º 0.72% 0.33% -
HSV(B) 211.97º 0.84% 0.57% -
XYZ 8.51 8.15 28.32 -
YUV 71.37 170.12 94.21 -
System Red Green Blue C M Y K H S L
Decimal 24 81 146 0.84 0.45 0 0.43 211.97 0.72 0.33
Hex 18 51 92 54 2D 0 2B D4 48 21
Octal 30 121 222 124 55 0 53 324 110 41
Binary 11000 1010001 10010010 1010100 101101 0 101011 11010100 1001000 100001

Color Harmonies of #185192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185192

Black with #185192

Text Example


Text Example

White with #185192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185192; }

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

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

background-color css

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

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

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

border-color css

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

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

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