Html Css Color HEX #1863EA Navy Blue

📋 copy color: '#1863EA'

red 24 ◦ green 99 ◦ blue 234

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

Shades of Navy Blue #1863EA

Tints of Navy Blue #1863EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 65.55%

R = 6.72%
G = 27.73%
B = 65.55%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1863EA (or 0x1863EA) is known color: Navy Blue. HEX triplet: 18, 63 and EA. RGB value is (24,99,234). Sum of RGB (Red+Green+Blue) = 24+99+234=357 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.72% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 234 (91.80% from 255 or 65.55% from 357); Max value from RGB is 234 - color contains mainly: blue. Hex color #1863EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1863EA is #E79C15. Grayscale: #5B5B5B. Windows color (decimal): -15178774 or 15360792. OLE color: 15360792.

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

Color convert

RGB 24 99 234 -
CMYK 0.90 0.58 0 0.08
HSL 218.57º 0.83% 0.51% -
HSV(B) 218.57º 0.9% 0.92% -
XYZ 19.69 15.06 79.71 -
YUV 91.97 208.15 79.52 -
System Red Green Blue C M Y K H S L
Decimal 24 99 234 0.90 0.58 0 0.08 218.57 0.83 0.51
Hex 18 63 EA 5A 3A 0 8 DB 53 33
Octal 30 143 352 132 72 0 10 333 123 63
Binary 11000 1100011 11101010 1011010 111010 0 1000 11011011 1010011 110011

Color Harmonies of #1863EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1863EA

Black with #1863EA

Text Example


Text Example

White with #1863EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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