Html Css Color HEX #1363EF Navy Blue

📋 copy color: '#1363EF'

red 19 ◦ green 99 ◦ blue 239

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

Shades of Navy Blue #1363EF

Tints of Navy Blue #1363EF

RGB

 RED value IS 19 (7.81% from 255) = 5.32%

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

 BLUE value IS 239 (93.75% from 255) = 66.95%

R = 5.32%
G = 27.73%
B = 66.95%

CMYK

 C value IS 0.92

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1363EF (or 0x1363EF) is known color: Navy Blue. HEX triplet: 13, 63 and EF. RGB value is (19,99,239). Sum of RGB (Red+Green+Blue) = 19+99+239=357 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.32% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 239 (93.75% from 255 or 66.95% from 357); Max value from RGB is 239 - color contains mainly: blue. Hex color #1363EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1363EF is #EC9C10. Grayscale: #5A5A5A. Windows color (decimal): -15506449 or 15688467. OLE color: 15688467.

HSL color Cylindrical-coordinate representation of color #1363EF: hue angle of 218.18º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1363EF is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 19 99 239 -
CMYK 0.92 0.59 0 0.06
HSL 218.18º 0.87% 0.51% -
HSV(B) 218.18º 0.92% 0.94% -
XYZ 20.31 15.29 83.54 -
YUV 91.04 211.5 76.62 -
System Red Green Blue C M Y K H S L
Decimal 19 99 239 0.92 0.59 0 0.06 218.18 0.87 0.51
Hex 13 63 EF 5C 3B 0 6 DA 57 33
Octal 23 143 357 134 73 0 6 332 127 63
Binary 10011 1100011 11101111 1011100 111011 0 110 11011010 1010111 110011

Color Harmonies of #1363EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1363EF

Black with #1363EF

Text Example


Text Example

White with #1363EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1363EF; }

 p { color: rgb(19,99,239); }

 H1.HeaderClassName
 {
   color: #1363EF;
 }
 .AnyTagClassName
 {
   color: #1363EF;
 }
</style>

background-color css

<style>
 a { background-color: #1363EF; }

 a { background-color: rgb(19,99,239); }

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

border-color css

<style>
 span { border-color: #1363EF; }

 span { border-color: rgb(19,99,239); }

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