Html Css Color HEX #1855EB Navy Blue

📋 copy color: '#1855EB'

red 24 ◦ green 85 ◦ blue 235

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

Shades of Navy Blue #1855EB

Tints of Navy Blue #1855EB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.71%

 BLUE value IS 235 (92.19% from 255) = 68.31%

R = 6.98%
G = 24.71%
B = 68.31%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1855EB (or 0x1855EB) is known color: Navy Blue. HEX triplet: 18, 55 and EB. RGB value is (24,85,235). Sum of RGB (Red+Green+Blue) = 24+85+235=344 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.98% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 235 (92.19% from 255 or 68.31% from 344); Max value from RGB is 235 - color contains mainly: blue. Hex color #1855EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1855EB is #E7AA14. Grayscale: #535353. Windows color (decimal): -15182357 or 15422744. OLE color: 15422744.

HSL color Cylindrical-coordinate representation of color #1855EB: hue angle of 222.65º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1855EB is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 85 235 -
CMYK 0.90 0.64 0 0.08
HSL 222.65º 0.84% 0.51% -
HSV(B) 222.65º 0.9% 0.92% -
XYZ 18.62 12.69 80.07 -
YUV 83.86 213.29 85.3 -
System Red Green Blue C M Y K H S L
Decimal 24 85 235 0.90 0.64 0 0.08 222.65 0.84 0.51
Hex 18 55 EB 5A 40 0 8 DF 54 33
Octal 30 125 353 132 100 0 10 337 124 63
Binary 11000 1010101 11101011 1011010 1000000 0 1000 11011111 1010100 110011

Color Harmonies of #1855EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1855EB

Black with #1855EB

Text Example


Text Example

White with #1855EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1855EB; }

 p { color: rgb(24,85,235); }

 H1.HeaderClassName
 {
   color: #1855EB;
 }
 .AnyTagClassName
 {
   color: #1855EB;
 }
</style>

background-color css

<style>
 a { background-color: #1855EB; }

 a { background-color: rgb(24,85,235); }

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

border-color css

<style>
 span { border-color: #1855EB; }

 span { border-color: rgb(24,85,235); }

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