Html Css Color HEX #1463EB Navy Blue

📋 copy color: '#1463EB'

red 20 ◦ green 99 ◦ blue 235

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

Shades of Navy Blue #1463EB

Tints of Navy Blue #1463EB

RGB

 RED value IS 20 (8.2% from 255) = 5.65%

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

 BLUE value IS 235 (92.19% from 255) = 66.38%

R = 5.65%
G = 27.97%
B = 66.38%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1463EB (or 0x1463EB) is known color: Navy Blue. HEX triplet: 14, 63 and EB. RGB value is (20,99,235). Sum of RGB (Red+Green+Blue) = 20+99+235=354 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.65% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 235 (92.19% from 255 or 66.38% from 354); Max value from RGB is 235 - color contains mainly: blue. Hex color #1463EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1463EB is #EB9C14. Grayscale: #5A5A5A. Windows color (decimal): -15440917 or 15426324. OLE color: 15426324.

HSL color Cylindrical-coordinate representation of color #1463EB: hue angle of 217.95º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1463EB is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 99 235 -
CMYK 0.91 0.58 0 0.08
HSL 217.95º 0.84% 0.5% -
HSV(B) 217.95º 0.91% 0.92% -
XYZ 19.75 15.07 80.47 -
YUV 90.88 209.33 77.44 -
System Red Green Blue C M Y K H S L
Decimal 20 99 235 0.91 0.58 0 0.08 217.95 0.84 0.5
Hex 14 63 EB 5B 3A 0 8 DA 54 32
Octal 24 143 353 133 72 0 10 332 124 62
Binary 10100 1100011 11101011 1011011 111010 0 1000 11011010 1010100 110010

Color Harmonies of #1463EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1463EB

Black with #1463EB

Text Example


Text Example

White with #1463EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1463EB; }

 p { color: rgb(20,99,235); }

 H1.HeaderClassName
 {
   color: #1463EB;
 }
 .AnyTagClassName
 {
   color: #1463EB;
 }
</style>

background-color css

<style>
 a { background-color: #1463EB; }

 a { background-color: rgb(20,99,235); }

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

border-color css

<style>
 span { border-color: #1463EB; }

 span { border-color: rgb(20,99,235); }

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