Html Css Color HEX #185289 Endeavour

📋 copy color: '#185289'

red 24 ◦ green 82 ◦ blue 137

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

Shades of Endeavour #185289

Tints of Endeavour #185289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 56.38%

R = 9.88%
G = 33.74%
B = 56.38%

CMYK

 C value IS 0.82

 M value IS 0.40

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#185289 (or 0x185289) is known color: Endeavour. HEX triplet: 18, 52 and 89. RGB value is (24,82,137). Sum of RGB (Red+Green+Blue) = 24+82+137=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 137 (53.91% from 255 or 56.38% from 243); Max value from RGB is 137 - color contains mainly: blue. Hex color #185289 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185289 is #E7AD76. Grayscale: #464646. Windows color (decimal): -15183223 or 8999448. OLE color: 8999448.

HSL color Cylindrical-coordinate representation of color #185289: hue angle of 209.2º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #185289 is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 24 82 137 -
CMYK 0.82 0.40 0 0.46
HSL 209.2º 0.7% 0.32% -
HSV(B) 209.2º 0.82% 0.54% -
XYZ 7.91 8.03 24.8 -
YUV 70.93 165.28 94.53 -
System Red Green Blue C M Y K H S L
Decimal 24 82 137 0.82 0.40 0 0.46 209.2 0.7 0.32
Hex 18 52 89 52 28 0 2E D1 46 20
Octal 30 122 211 122 50 0 56 321 106 40
Binary 11000 1010010 10001001 1010010 101000 0 101110 11010001 1000110 100000

Color Harmonies of #185289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185289

Black with #185289

Text Example


Text Example

White with #185289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185289; }

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

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

background-color css

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

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

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

border-color css

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

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

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