Html Css Color HEX #185D9D Endeavour

📋 copy color: '#185D9D'

red 24 ◦ green 93 ◦ blue 157

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

Shades of Endeavour #185D9D

Tints of Endeavour #185D9D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.94%

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

R = 8.76%
G = 33.94%
B = 57.3%

CMYK

 C value IS 0.85

 M value IS 0.41

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#185D9D (or 0x185D9D) is known color: Endeavour. HEX triplet: 18, 5D and 9D. RGB value is (24,93,157). Sum of RGB (Red+Green+Blue) = 24+93+157=274 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.76% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 157 (61.72% from 255 or 57.30% from 274); Max value from RGB is 157 - color contains mainly: blue. Hex color #185D9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185D9D is #E7A262. Grayscale: #4F4F4F. Windows color (decimal): -15180387 or 10312984. OLE color: 10312984.

HSL color Cylindrical-coordinate representation of color #185D9D: hue angle of 208.87º 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 #185D9D is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 93 157 -
CMYK 0.85 0.41 0 0.38
HSL 208.87º 0.73% 0.35% -
HSV(B) 208.87º 0.85% 0.62% -
XYZ 10.38 10.46 33.37 -
YUV 79.67 171.64 88.3 -
System Red Green Blue C M Y K H S L
Decimal 24 93 157 0.85 0.41 0 0.38 208.87 0.73 0.35
Hex 18 5D 9D 55 29 0 26 D1 49 23
Octal 30 135 235 125 51 0 46 321 111 43
Binary 11000 1011101 10011101 1010101 101001 0 100110 11010001 1001001 100011

Color Harmonies of #185D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185D9D

Black with #185D9D

Text Example


Text Example

White with #185D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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