Html Css Color HEX #185C9A Endeavour

📋 copy color: '#185C9A'

red 24 ◦ green 92 ◦ blue 154

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

Shades of Endeavour #185C9A

Tints of Endeavour #185C9A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.07%

 BLUE value IS 154 (60.55% from 255) = 57.04%

R = 8.89%
G = 34.07%
B = 57.04%

CMYK

 C value IS 0.84

 M value IS 0.40

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#185C9A (or 0x185C9A) is known color: Endeavour. HEX triplet: 18, 5C and 9A. RGB value is (24,92,154). Sum of RGB (Red+Green+Blue) = 24+92+154=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 154 (60.55% from 255 or 57.04% from 270); Max value from RGB is 154 - color contains mainly: blue. Hex color #185C9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185C9A is #E7A365. Grayscale: #4E4E4E. Windows color (decimal): -15180646 or 10116120. OLE color: 10116120.

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

Color convert

RGB 24 92 154 -
CMYK 0.84 0.40 0 0.40
HSL 208.62º 0.73% 0.35% -
HSV(B) 208.62º 0.84% 0.6% -
XYZ 10.04 10.18 32.01 -
YUV 78.74 170.47 88.96 -
System Red Green Blue C M Y K H S L
Decimal 24 92 154 0.84 0.40 0 0.40 208.62 0.73 0.35
Hex 18 5C 9A 54 28 0 28 D1 49 23
Octal 30 134 232 124 50 0 50 321 111 43
Binary 11000 1011100 10011010 1010100 101000 0 101000 11010001 1001001 100011

Color Harmonies of #185C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185C9A

Black with #185C9A

Text Example


Text Example

White with #185C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,92,154); }

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

background-color css

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

 a { background-color: rgb(24,92,154); }

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

border-color css

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

 span { border-color: rgb(24,92,154); }

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