Html Css Color HEX #185A9D Endeavour

📋 copy color: '#185A9D'

red 24 ◦ green 90 ◦ blue 157

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

Shades of Endeavour #185A9D

Tints of Endeavour #185A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 57.93%

R = 8.86%
G = 33.21%
B = 57.93%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#185A9D (or 0x185A9D) is known color: Endeavour. HEX triplet: 18, 5A and 9D. RGB value is (24,90,157). Sum of RGB (Red+Green+Blue) = 24+90+157=271 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.86% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 157 (61.72% from 255 or 57.93% from 271); Max value from RGB is 157 - color contains mainly: blue. Hex color #185A9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185A9D is #E7A562. Grayscale: #4D4D4D. Windows color (decimal): -15181155 or 10312216. OLE color: 10312216.

HSL color Cylindrical-coordinate representation of color #185A9D: hue angle of 210.23º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #185A9D is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 90 157 -
CMYK 0.85 0.43 0 0.38
HSL 210.23º 0.73% 0.35% -
HSV(B) 210.23º 0.85% 0.62% -
XYZ 10.12 9.94 33.28 -
YUV 77.9 172.63 89.55 -
System Red Green Blue C M Y K H S L
Decimal 24 90 157 0.85 0.43 0 0.38 210.23 0.73 0.35
Hex 18 5A 9D 55 2B 0 26 D2 49 23
Octal 30 132 235 125 53 0 46 322 111 43
Binary 11000 1011010 10011101 1010101 101011 0 100110 11010010 1001001 100011

Color Harmonies of #185A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185A9D

Black with #185A9D

Text Example


Text Example

White with #185A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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