Html Css Color HEX #185392 Endeavour

📋 copy color: '#185392'

red 24 ◦ green 83 ◦ blue 146

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

Shades of Endeavour #185392

Tints of Endeavour #185392

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.81%

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

R = 9.49%
G = 32.81%
B = 57.71%

CMYK

 C value IS 0.84

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#185392 (or 0x185392) is known color: Endeavour. HEX triplet: 18, 53 and 92. RGB value is (24,83,146). Sum of RGB (Red+Green+Blue) = 24+83+146=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 146 (57.42% from 255 or 57.71% from 253); Max value from RGB is 146 - color contains mainly: blue. Hex color #185392 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185392 is #E7AC6D. Grayscale: #484848. Windows color (decimal): -15182958 or 9589528. OLE color: 9589528.

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

Color convert

RGB 24 83 146 -
CMYK 0.84 0.43 0 0.43
HSL 210.98º 0.72% 0.33% -
HSV(B) 210.98º 0.84% 0.57% -
XYZ 8.66 8.46 28.37 -
YUV 72.54 169.45 93.38 -
System Red Green Blue C M Y K H S L
Decimal 24 83 146 0.84 0.43 0 0.43 210.98 0.72 0.33
Hex 18 53 92 54 2B 0 2B D3 48 21
Octal 30 123 222 124 53 0 53 323 110 41
Binary 11000 1010011 10010010 1010100 101011 0 101011 11010011 1001000 100001

Color Harmonies of #185392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185392

Black with #185392

Text Example


Text Example

White with #185392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185392; }

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

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

background-color css

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

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

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

border-color css

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

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

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