Html Css Color HEX #1863EE Navy Blue

📋 copy color: '#1863EE'

red 24 ◦ green 99 ◦ blue 238

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

Shades of Navy Blue #1863EE

Tints of Navy Blue #1863EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 65.93%

R = 6.65%
G = 27.42%
B = 65.93%

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

#1863EE (or 0x1863EE) is known color: Navy Blue. HEX triplet: 18, 63 and EE. RGB value is (24,99,238). Sum of RGB (Red+Green+Blue) = 24+99+238=361 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.65% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 238 (93.36% from 255 or 65.93% from 361); Max value from RGB is 238 - color contains mainly: blue. Hex color #1863EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1863EE is #E79C11. Grayscale: #5B5B5B. Windows color (decimal): -15178770 or 15622936. OLE color: 15622936.

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

Color convert

RGB 24 99 238 -
CMYK 0.90 0.58 0 0.07
HSL 218.97º 0.86% 0.51% -
HSV(B) 218.97º 0.9% 0.93% -
XYZ 20.27 15.29 82.77 -
YUV 92.42 210.15 79.2 -
System Red Green Blue C M Y K H S L
Decimal 24 99 238 0.90 0.58 0 0.07 218.97 0.86 0.51
Hex 18 63 EE 5A 3A 0 7 DB 56 33
Octal 30 143 356 132 72 0 7 333 126 63
Binary 11000 1100011 11101110 1011010 111010 0 111 11011011 1010110 110011

Color Harmonies of #1863EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1863EE

Black with #1863EE

Text Example


Text Example

White with #1863EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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