Html Css Color HEX #185A8E Endeavour

📋 copy color: '#185A8E'

red 24 ◦ green 90 ◦ blue 142

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

Shades of Endeavour #185A8E

Tints of Endeavour #185A8E

RGB

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

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

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

R = 9.38%
G = 35.16%
B = 55.47%

CMYK

 C value IS 0.83

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#185A8E (or 0x185A8E) is known color: Endeavour. HEX triplet: 18, 5A and 8E. RGB value is (24,90,142). Sum of RGB (Red+Green+Blue) = 24+90+142=256 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.38% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 142 (55.86% from 255 or 55.47% from 256); Max value from RGB is 142 - color contains mainly: blue. Hex color #185A8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185A8E is #E7A571. Grayscale: #4B4B4B. Windows color (decimal): -15181170 or 9329176. OLE color: 9329176.

HSL color Cylindrical-coordinate representation of color #185A8E: hue angle of 206.44º 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 #185A8E is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 24 90 142 -
CMYK 0.83 0.37 0 0.44
HSL 206.44º 0.71% 0.33% -
HSV(B) 206.44º 0.83% 0.56% -
XYZ 8.92 9.46 26.95 -
YUV 76.19 165.13 90.77 -
System Red Green Blue C M Y K H S L
Decimal 24 90 142 0.83 0.37 0 0.44 206.44 0.71 0.33
Hex 18 5A 8E 53 25 0 2C CE 47 21
Octal 30 132 216 123 45 0 54 316 107 41
Binary 11000 1011010 10001110 1010011 100101 0 101100 11001110 1000111 100001

Color Harmonies of #185A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185A8E

Black with #185A8E

Text Example


Text Example

White with #185A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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