Html Css Color HEX #185992 Endeavour

📋 copy color: '#185992'

red 24 ◦ green 89 ◦ blue 146

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

Shades of Endeavour #185992

Tints of Endeavour #185992

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.36%

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

R = 9.27%
G = 34.36%
B = 56.37%

CMYK

 C value IS 0.84

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#185992 (or 0x185992) is known color: Endeavour. HEX triplet: 18, 59 and 92. RGB value is (24,89,146). Sum of RGB (Red+Green+Blue) = 24+89+146=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #185992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185992 is #E7A66D. Grayscale: #4B4B4B. Windows color (decimal): -15181422 or 9591064. OLE color: 9591064.

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

Color convert

RGB 24 89 146 -
CMYK 0.84 0.39 0 0.43
HSL 208.03º 0.72% 0.33% -
HSV(B) 208.03º 0.84% 0.57% -
XYZ 9.14 9.41 28.53 -
YUV 76.06 167.47 90.87 -
System Red Green Blue C M Y K H S L
Decimal 24 89 146 0.84 0.39 0 0.43 208.03 0.72 0.33
Hex 18 59 92 54 27 0 2B D0 48 21
Octal 30 131 222 124 47 0 53 320 110 41
Binary 11000 1011001 10010010 1010100 100111 0 101011 11010000 1001000 100001

Color Harmonies of #185992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185992

Black with #185992

Text Example


Text Example

White with #185992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185992; }

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

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

background-color css

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

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

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

border-color css

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

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

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