Html Css Color HEX #185BA1 Endeavour

📋 copy color: '#185BA1'

red 24 ◦ green 91 ◦ blue 161

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

Shades of Endeavour #185BA1

Tints of Endeavour #185BA1

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.97%

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

R = 8.7%
G = 32.97%
B = 58.33%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#185BA1 (or 0x185BA1) is known color: Endeavour. HEX triplet: 18, 5B and A1. RGB value is (24,91,161). Sum of RGB (Red+Green+Blue) = 24+91+161=276 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.70% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 161 (63.28% from 255 or 58.33% from 276); Max value from RGB is 161 - color contains mainly: blue. Hex color #185BA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185BA1 is #E7A45E. Grayscale: #4E4E4E. Windows color (decimal): -15180895 or 10574616. OLE color: 10574616.

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

Color convert

RGB 24 91 161 -
CMYK 0.85 0.43 0 0.37
HSL 210.66º 0.74% 0.36% -
HSV(B) 210.66º 0.85% 0.63% -
XYZ 10.55 10.25 35.14 -
YUV 78.95 174.3 88.81 -
System Red Green Blue C M Y K H S L
Decimal 24 91 161 0.85 0.43 0 0.37 210.66 0.74 0.36
Hex 18 5B A1 55 2B 0 25 D3 4A 24
Octal 30 133 241 125 53 0 45 323 112 44
Binary 11000 1011011 10100001 1010101 101011 0 100101 11010011 1001010 100100

Color Harmonies of #185BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185BA1

Black with #185BA1

Text Example


Text Example

White with #185BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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