Html Css Color HEX #1858E9 Navy Blue

📋 copy color: '#1858E9'

red 24 ◦ green 88 ◦ blue 233

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

Shades of Navy Blue #1858E9

Tints of Navy Blue #1858E9

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.51%

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

R = 6.96%
G = 25.51%
B = 67.54%

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

#1858E9 (or 0x1858E9) is known color: Navy Blue. HEX triplet: 18, 58 and E9. RGB value is (24,88,233). Sum of RGB (Red+Green+Blue) = 24+88+233=345 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.96% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 233 (91.41% from 255 or 67.54% from 345); Max value from RGB is 233 - color contains mainly: blue. Hex color #1858E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1858E9 is #E7A716. Grayscale: #545454. Windows color (decimal): -15181591 or 15292440. OLE color: 15292440.

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

Color convert

RGB 24 88 233 -
CMYK 0.90 0.62 0 0.09
HSL 221.63º 0.83% 0.5% -
HSV(B) 221.63º 0.9% 0.91% -
XYZ 18.57 13.06 78.63 -
YUV 85.39 211.3 84.21 -
System Red Green Blue C M Y K H S L
Decimal 24 88 233 0.90 0.62 0 0.09 221.63 0.83 0.5
Hex 18 58 E9 5A 3E 0 9 DE 53 32
Octal 30 130 351 132 76 0 11 336 123 62
Binary 11000 1011000 11101001 1011010 111110 0 1001 11011110 1010011 110010

Color Harmonies of #1858E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1858E9

Black with #1858E9

Text Example


Text Example

White with #1858E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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