Html Css Color HEX #185BE9 Navy Blue

📋 copy color: '#185BE9'

red 24 ◦ green 91 ◦ blue 233

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

Shades of Navy Blue #185BE9

Tints of Navy Blue #185BE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 66.95%

R = 6.9%
G = 26.15%
B = 66.95%

CMYK

 C value IS 0.90

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#185BE9 (or 0x185BE9) is known color: Navy Blue. HEX triplet: 18, 5B and E9. RGB value is (24,91,233). Sum of RGB (Red+Green+Blue) = 24+91+233=348 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.90% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 233 (91.41% from 255 or 66.95% from 348); Max value from RGB is 233 - color contains mainly: blue. Hex color #185BE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185BE9 is #E7A416. Grayscale: #565656. Windows color (decimal): -15180823 or 15293208. OLE color: 15293208.

HSL color Cylindrical-coordinate representation of color #185BE9: hue angle of 220.77º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #185BE9 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 24 91 233 -
CMYK 0.90 0.61 0 0.09
HSL 220.77º 0.83% 0.5% -
HSV(B) 220.77º 0.9% 0.91% -
XYZ 18.83 13.56 78.72 -
YUV 87.16 210.3 82.95 -
System Red Green Blue C M Y K H S L
Decimal 24 91 233 0.90 0.61 0 0.09 220.77 0.83 0.5
Hex 18 5B E9 5A 3D 0 9 DD 53 32
Octal 30 133 351 132 75 0 11 335 123 62
Binary 11000 1011011 11101001 1011010 111101 0 1001 11011101 1010011 110010

Color Harmonies of #185BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185BE9

Black with #185BE9

Text Example


Text Example

White with #185BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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