Html Css Color HEX #185C8E Endeavour

📋 copy color: '#185C8E'

red 24 ◦ green 92 ◦ blue 142

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

Shades of Endeavour #185C8E

Tints of Endeavour #185C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 55.04%

R = 9.3%
G = 35.66%
B = 55.04%

CMYK

 C value IS 0.83

 M value IS 0.35

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#185C8E (or 0x185C8E) is known color: Endeavour. HEX triplet: 18, 5C and 8E. RGB value is (24,92,142). Sum of RGB (Red+Green+Blue) = 24+92+142=258 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.30% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 142 (55.86% from 255 or 55.04% from 258); Max value from RGB is 142 - color contains mainly: blue. Hex color #185C8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185C8E is #E7A371. Grayscale: #4D4D4D. Windows color (decimal): -15180658 or 9329688. OLE color: 9329688.

HSL color Cylindrical-coordinate representation of color #185C8E: hue angle of 205.42º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #185C8E is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 24 92 142 -
CMYK 0.83 0.35 0 0.44
HSL 205.42º 0.71% 0.33% -
HSV(B) 205.42º 0.83% 0.56% -
XYZ 9.09 9.8 27 -
YUV 77.37 164.47 89.93 -
System Red Green Blue C M Y K H S L
Decimal 24 92 142 0.83 0.35 0 0.44 205.42 0.71 0.33
Hex 18 5C 8E 53 23 0 2C CD 47 21
Octal 30 134 216 123 43 0 54 315 107 41
Binary 11000 1011100 10001110 1010011 100011 0 101100 11001101 1000111 100001

Color Harmonies of #185C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185C8E

Black with #185C8E

Text Example


Text Example

White with #185C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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