Html Css Color HEX #1864ED Navy Blue

📋 copy color: '#1864ED'

red 24 ◦ green 100 ◦ blue 237

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

Shades of Navy Blue #1864ED

Tints of Navy Blue #1864ED

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.7%

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

R = 6.65%
G = 27.7%
B = 65.65%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1864ED (or 0x1864ED) is known color: Navy Blue. HEX triplet: 18, 64 and ED. RGB value is (24,100,237). Sum of RGB (Red+Green+Blue) = 24+100+237=361 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.65% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 237 (92.97% from 255 or 65.65% from 361); Max value from RGB is 237 - color contains mainly: blue. Hex color #1864ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1864ED is #E79B12. Grayscale: #5C5C5C. Windows color (decimal): -15178515 or 15557656. OLE color: 15557656.

HSL color Cylindrical-coordinate representation of color #1864ED: hue angle of 218.59º 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 #1864ED is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 100 237 -
CMYK 0.90 0.58 0 0.07
HSL 218.59º 0.86% 0.51% -
HSV(B) 218.59º 0.9% 0.93% -
XYZ 20.22 15.42 82.03 -
YUV 92.89 209.32 78.86 -
System Red Green Blue C M Y K H S L
Decimal 24 100 237 0.90 0.58 0 0.07 218.59 0.86 0.51
Hex 18 64 ED 5A 3A 0 7 DB 56 33
Octal 30 144 355 132 72 0 7 333 126 63
Binary 11000 1100100 11101101 1011010 111010 0 111 11011011 1010110 110011

Color Harmonies of #1864ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1864ED

Black with #1864ED

Text Example


Text Example

White with #1864ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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