Html Css Color HEX #185FA1 Endeavour

📋 copy color: '#185FA1'

red 24 ◦ green 95 ◦ blue 161

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

Shades of Endeavour #185FA1

Tints of Endeavour #185FA1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.93%

 BLUE value IS 161 (63.28% from 255) = 57.5%

R = 8.57%
G = 33.93%
B = 57.5%

CMYK

 C value IS 0.85

 M value IS 0.41

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#185FA1 (or 0x185FA1) is known color: Endeavour. HEX triplet: 18, 5F and A1. RGB value is (24,95,161). Sum of RGB (Red+Green+Blue) = 24+95+161=280 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.57% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 161 (63.28% from 255 or 57.5% from 280); Max value from RGB is 161 - color contains mainly: blue. Hex color #185FA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185FA1 is #E7A05E. Grayscale: #505050. Windows color (decimal): -15179871 or 10575640. OLE color: 10575640.

HSL color Cylindrical-coordinate representation of color #185FA1: hue angle of 208.91º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #185FA1 is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 24 95 161 -
CMYK 0.85 0.41 0 0.37
HSL 208.91º 0.74% 0.36% -
HSV(B) 208.91º 0.85% 0.63% -
XYZ 10.9 10.95 35.26 -
YUV 81.3 172.98 87.13 -
System Red Green Blue C M Y K H S L
Decimal 24 95 161 0.85 0.41 0 0.37 208.91 0.74 0.36
Hex 18 5F A1 55 29 0 25 D1 4A 24
Octal 30 137 241 125 51 0 45 321 112 44
Binary 11000 1011111 10100001 1010101 101001 0 100101 11010001 1001010 100100

Color Harmonies of #185FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185FA1

Black with #185FA1

Text Example


Text Example

White with #185FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,95,161); }

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

background-color css

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

 a { background-color: rgb(24,95,161); }

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

border-color css

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

 span { border-color: rgb(24,95,161); }

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