Html Css Color HEX #1860ED Navy Blue

📋 copy color: '#1860ED'

red 24 ◦ green 96 ◦ blue 237

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

Shades of Navy Blue #1860ED

Tints of Navy Blue #1860ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 66.39%

R = 6.72%
G = 26.89%
B = 66.39%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1860ED (or 0x1860ED) is known color: Navy Blue. HEX triplet: 18, 60 and ED. RGB value is (24,96,237). Sum of RGB (Red+Green+Blue) = 24+96+237=357 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.72% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 237 (92.97% from 255 or 66.39% from 357); Max value from RGB is 237 - color contains mainly: blue. Hex color #1860ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1860ED is #E79F12. Grayscale: #595959. Windows color (decimal): -15179539 or 15556632. OLE color: 15556632.

HSL color Cylindrical-coordinate representation of color #1860ED: hue angle of 219.72º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1860ED is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 96 237 -
CMYK 0.90 0.59 0 0.07
HSL 219.72º 0.86% 0.51% -
HSV(B) 219.72º 0.9% 0.93% -
XYZ 19.85 14.67 81.91 -
YUV 90.55 210.65 80.54 -
System Red Green Blue C M Y K H S L
Decimal 24 96 237 0.90 0.59 0 0.07 219.72 0.86 0.51
Hex 18 60 ED 5A 3B 0 7 DC 56 33
Octal 30 140 355 132 73 0 7 334 126 63
Binary 11000 1100000 11101101 1011010 111011 0 111 11011100 1010110 110011

Color Harmonies of #1860ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1860ED

Black with #1860ED

Text Example


Text Example

White with #1860ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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