Html Css Color HEX #1859E9 Navy Blue

📋 copy color: '#1859E9'

red 24 ◦ green 89 ◦ blue 233

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

Shades of Navy Blue #1859E9

Tints of Navy Blue #1859E9

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.72%

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

R = 6.94%
G = 25.72%
B = 67.34%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1859E9 (or 0x1859E9) is known color: Navy Blue. HEX triplet: 18, 59 and E9. RGB value is (24,89,233). Sum of RGB (Red+Green+Blue) = 24+89+233=346 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.94% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 233 (91.41% from 255 or 67.34% from 346); Max value from RGB is 233 - color contains mainly: blue. Hex color #1859E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1859E9 is #E7A616. Grayscale: #555555. Windows color (decimal): -15181335 or 15292696. OLE color: 15292696.

HSL color Cylindrical-coordinate representation of color #1859E9: hue angle of 221.34º 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 #1859E9 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 24 89 233 -
CMYK 0.90 0.62 0 0.09
HSL 221.34º 0.83% 0.5% -
HSV(B) 221.34º 0.9% 0.91% -
XYZ 18.66 13.22 78.66 -
YUV 85.98 210.97 83.79 -
System Red Green Blue C M Y K H S L
Decimal 24 89 233 0.90 0.62 0 0.09 221.34 0.83 0.5
Hex 18 59 E9 5A 3E 0 9 DD 53 32
Octal 30 131 351 132 76 0 11 335 123 62
Binary 11000 1011001 11101001 1011010 111110 0 1001 11011101 1010011 110010

Color Harmonies of #1859E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1859E9

Black with #1859E9

Text Example


Text Example

White with #1859E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1859E9; }

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

 H1.HeaderClassName
 {
   color: #1859E9;
 }
 .AnyTagClassName
 {
   color: #1859E9;
 }
</style>

background-color css

<style>
 a { background-color: #1859E9; }

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

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

border-color css

<style>
 span { border-color: #1859E9; }

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

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