Html Css Color HEX #1856EB Navy Blue

📋 copy color: '#1856EB'

red 24 ◦ green 86 ◦ blue 235

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

Shades of Navy Blue #1856EB

Tints of Navy Blue #1856EB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.93%

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

R = 6.96%
G = 24.93%
B = 68.12%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1856EB (or 0x1856EB) is known color: Navy Blue. HEX triplet: 18, 56 and EB. RGB value is (24,86,235). Sum of RGB (Red+Green+Blue) = 24+86+235=345 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.96% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 235 (92.19% from 255 or 68.12% from 345); Max value from RGB is 235 - color contains mainly: blue. Hex color #1856EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1856EB is #E7A914. Grayscale: #535353. Windows color (decimal): -15182101 or 15423000. OLE color: 15423000.

HSL color Cylindrical-coordinate representation of color #1856EB: hue angle of 222.37º 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 #1856EB is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 86 235 -
CMYK 0.90 0.63 0 0.08
HSL 222.37º 0.84% 0.51% -
HSV(B) 222.37º 0.9% 0.92% -
XYZ 18.7 12.85 80.09 -
YUV 84.45 212.96 84.88 -
System Red Green Blue C M Y K H S L
Decimal 24 86 235 0.90 0.63 0 0.08 222.37 0.84 0.51
Hex 18 56 EB 5A 3F 0 8 DE 54 33
Octal 30 126 353 132 77 0 10 336 124 63
Binary 11000 1010110 11101011 1011010 111111 0 1000 11011110 1010100 110011

Color Harmonies of #1856EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1856EB

Black with #1856EB

Text Example


Text Example

White with #1856EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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