Html Css Color HEX #185A8C Endeavour

📋 copy color: '#185A8C'

red 24 ◦ green 90 ◦ blue 140

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

Shades of Endeavour #185A8C

Tints of Endeavour #185A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 55.12%

R = 9.45%
G = 35.43%
B = 55.12%

CMYK

 C value IS 0.83

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#185A8C (or 0x185A8C) is known color: Endeavour. HEX triplet: 18, 5A and 8C. RGB value is (24,90,140). Sum of RGB (Red+Green+Blue) = 24+90+140=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 140 (55.08% from 255 or 55.12% from 254); Max value from RGB is 140 - color contains mainly: blue. Hex color #185A8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185A8C is #E7A573. Grayscale: #4B4B4B. Windows color (decimal): -15181172 or 9198104. OLE color: 9198104.

HSL color Cylindrical-coordinate representation of color #185A8C: hue angle of 205.86º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #185A8C is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 24 90 140 -
CMYK 0.83 0.36 0 0.45
HSL 205.86º 0.71% 0.32% -
HSV(B) 205.86º 0.83% 0.55% -
XYZ 8.77 9.4 26.16 -
YUV 75.97 164.13 90.93 -
System Red Green Blue C M Y K H S L
Decimal 24 90 140 0.83 0.36 0 0.45 205.86 0.71 0.32
Hex 18 5A 8C 53 24 0 2D CE 47 20
Octal 30 132 214 123 44 0 55 316 107 40
Binary 11000 1011010 10001100 1010011 100100 0 101101 11001110 1000111 100000

Color Harmonies of #185A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185A8C

Black with #185A8C

Text Example


Text Example

White with #185A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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