Html Css Color HEX #1860EB Navy Blue

📋 copy color: '#1860EB'

red 24 ◦ green 96 ◦ blue 235

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

Shades of Navy Blue #1860EB

Tints of Navy Blue #1860EB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.04%

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

R = 6.76%
G = 27.04%
B = 66.2%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1860EB (or 0x1860EB) is known color: Navy Blue. HEX triplet: 18, 60 and EB. RGB value is (24,96,235). Sum of RGB (Red+Green+Blue) = 24+96+235=355 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.76% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 235 (92.19% from 255 or 66.20% from 355); Max value from RGB is 235 - color contains mainly: blue. Hex color #1860EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1860EB is #E79F14. Grayscale: #595959. Windows color (decimal): -15179541 or 15425560. OLE color: 15425560.

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

Color convert

RGB 24 96 235 -
CMYK 0.90 0.59 0 0.08
HSL 219.53º 0.84% 0.51% -
HSV(B) 219.53º 0.9% 0.92% -
XYZ 19.55 14.56 80.38 -
YUV 90.32 209.65 80.7 -
System Red Green Blue C M Y K H S L
Decimal 24 96 235 0.90 0.59 0 0.08 219.53 0.84 0.51
Hex 18 60 EB 5A 3B 0 8 DC 54 33
Octal 30 140 353 132 73 0 10 334 124 63
Binary 11000 1100000 11101011 1011010 111011 0 1000 11011100 1010100 110011

Color Harmonies of #1860EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1860EB

Black with #1860EB

Text Example


Text Example

White with #1860EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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