Html Css Color HEX #185A99 Endeavour

📋 copy color: '#185A99'

red 24 ◦ green 90 ◦ blue 153

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

Shades of Endeavour #185A99

Tints of Endeavour #185A99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 57.3%

R = 8.99%
G = 33.71%
B = 57.3%

CMYK

 C value IS 0.84

 M value IS 0.41

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#185A99 (or 0x185A99) is known color: Endeavour. HEX triplet: 18, 5A and 99. RGB value is (24,90,153). Sum of RGB (Red+Green+Blue) = 24+90+153=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #185A99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185A99 is #E7A566. Grayscale: #4D4D4D. Windows color (decimal): -15181159 or 10050072. OLE color: 10050072.

HSL color Cylindrical-coordinate representation of color #185A99: hue angle of 209.3º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #185A99 is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 24 90 153 -
CMYK 0.84 0.41 0 0.4
HSL 209.3º 0.73% 0.35% -
HSV(B) 209.3º 0.84% 0.6% -
XYZ 9.78 9.81 31.51 -
YUV 77.45 170.63 89.88 -
System Red Green Blue C M Y K H S L
Decimal 24 90 153 0.84 0.41 0 0.4 209.3 0.73 0.35
Hex 18 5A 99 54 29 0 28 D1 49 23
Octal 30 132 231 124 51 0 50 321 111 43
Binary 11000 1011010 10011001 1010100 101001 0 101000 11010001 1001001 100011

Color Harmonies of #185A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185A99

Black with #185A99

Text Example


Text Example

White with #185A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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