Html Css Color HEX #185BE3 Navy Blue

📋 copy color: '#185BE3'

red 24 ◦ green 91 ◦ blue 227

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

Shades of Navy Blue #185BE3

Tints of Navy Blue #185BE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 66.37%

R = 7.02%
G = 26.61%
B = 66.37%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#185BE3 (or 0x185BE3) is known color: Navy Blue. HEX triplet: 18, 5B and E3. RGB value is (24,91,227). Sum of RGB (Red+Green+Blue) = 24+91+227=342 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.02% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 227 (89.06% from 255 or 66.37% from 342); Max value from RGB is 227 - color contains mainly: blue. Hex color #185BE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185BE3 is #E7A41C. Grayscale: #555555. Windows color (decimal): -15180829 or 14899992. OLE color: 14899992.

HSL color Cylindrical-coordinate representation of color #185BE3: hue angle of 220.2º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #185BE3 is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 24 91 227 -
CMYK 0.89 0.60 0 0.11
HSL 220.2º 0.81% 0.49% -
HSV(B) 220.2º 0.89% 0.89% -
XYZ 17.98 13.22 74.28 -
YUV 86.47 207.3 83.44 -
System Red Green Blue C M Y K H S L
Decimal 24 91 227 0.89 0.60 0 0.11 220.2 0.81 0.49
Hex 18 5B E3 59 3C 0 B DC 51 31
Octal 30 133 343 131 74 0 13 334 121 61
Binary 11000 1011011 11100011 1011001 111100 0 1011 11011100 1010001 110001

Color Harmonies of #185BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185BE3

Black with #185BE3

Text Example


Text Example

White with #185BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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