Html Css Color HEX #1863ED Navy Blue

📋 copy color: '#1863ED'

red 24 ◦ green 99 ◦ blue 237

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

Shades of Navy Blue #1863ED

Tints of Navy Blue #1863ED

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.5%

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

R = 6.67%
G = 27.5%
B = 65.83%

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

#1863ED (or 0x1863ED) is known color: Navy Blue. HEX triplet: 18, 63 and ED. RGB value is (24,99,237). Sum of RGB (Red+Green+Blue) = 24+99+237=360 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.67% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 237 (92.97% from 255 or 65.83% from 360); Max value from RGB is 237 - color contains mainly: blue. Hex color #1863ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1863ED is #E79C12. Grayscale: #5B5B5B. Windows color (decimal): -15178771 or 15557400. OLE color: 15557400.

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

Color convert

RGB 24 99 237 -
CMYK 0.90 0.58 0 0.07
HSL 218.87º 0.86% 0.51% -
HSV(B) 218.87º 0.9% 0.93% -
XYZ 20.12 15.23 82 -
YUV 92.31 209.65 79.28 -
System Red Green Blue C M Y K H S L
Decimal 24 99 237 0.90 0.58 0 0.07 218.87 0.86 0.51
Hex 18 63 ED 5A 3A 0 7 DB 56 33
Octal 30 143 355 132 72 0 7 333 126 63
Binary 11000 1100011 11101101 1011010 111010 0 111 11011011 1010110 110011

Color Harmonies of #1863ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1863ED

Black with #1863ED

Text Example


Text Example

White with #1863ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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