Html Css Color HEX #185A93 Endeavour

📋 copy color: '#185A93'

red 24 ◦ green 90 ◦ blue 147

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

Shades of Endeavour #185A93

Tints of Endeavour #185A93

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.48%

 BLUE value IS 147 (57.81% from 255) = 56.32%

R = 9.2%
G = 34.48%
B = 56.32%

CMYK

 C value IS 0.84

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#185A93 (or 0x185A93) is known color: Endeavour. HEX triplet: 18, 5A and 93. RGB value is (24,90,147). Sum of RGB (Red+Green+Blue) = 24+90+147=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 147 (57.81% from 255 or 56.32% from 261); Max value from RGB is 147 - color contains mainly: blue. Hex color #185A93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185A93 is #E7A56C. Grayscale: #4C4C4C. Windows color (decimal): -15181165 or 9656856. OLE color: 9656856.

HSL color Cylindrical-coordinate representation of color #185A93: hue angle of 207.8º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #185A93 is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 24 90 147 -
CMYK 0.84 0.39 0 0.42
HSL 207.8º 0.72% 0.34% -
HSV(B) 207.8º 0.84% 0.58% -
XYZ 9.3 9.61 28.97 -
YUV 76.76 167.63 90.37 -
System Red Green Blue C M Y K H S L
Decimal 24 90 147 0.84 0.39 0 0.42 207.8 0.72 0.34
Hex 18 5A 93 54 27 0 2A D0 48 22
Octal 30 132 223 124 47 0 52 320 110 42
Binary 11000 1011010 10010011 1010100 100111 0 101010 11010000 1001000 100010

Color Harmonies of #185A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185A93

Black with #185A93

Text Example


Text Example

White with #185A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185A93; }

 p { color: rgb(24,90,147); }

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

background-color css

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

 a { background-color: rgb(24,90,147); }

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

border-color css

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

 span { border-color: rgb(24,90,147); }

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