Html Css Color HEX #1363DB Navy Blue

📋 copy color: '#1363DB'

red 19 ◦ green 99 ◦ blue 219

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

Shades of Navy Blue #1363DB

Tints of Navy Blue #1363DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.99%

R = 5.64%
G = 29.38%
B = 64.99%

CMYK

 C value IS 0.91

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1363DB (or 0x1363DB) is known color: Navy Blue. HEX triplet: 13, 63 and DB. RGB value is (19,99,219). Sum of RGB (Red+Green+Blue) = 19+99+219=337 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.64% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #1363DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1363DB is #EC9C24. Grayscale: #585858. Windows color (decimal): -15506469 or 14377747. OLE color: 14377747.

HSL color Cylindrical-coordinate representation of color #1363DB: hue angle of 216º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1363DB is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 99 219 -
CMYK 0.91 0.55 0 0.14
HSL 216º 0.84% 0.47% -
HSV(B) 216º 0.91% 0.86% -
XYZ 17.52 14.18 68.83 -
YUV 88.76 201.5 78.24 -
System Red Green Blue C M Y K H S L
Decimal 19 99 219 0.91 0.55 0 0.14 216 0.84 0.47
Hex 13 63 DB 5B 37 0 E D8 54 2F
Octal 23 143 333 133 67 0 16 330 124 57
Binary 10011 1100011 11011011 1011011 110111 0 1110 11011000 1010100 101111

Color Harmonies of #1363DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1363DB

Black with #1363DB

Text Example


Text Example

White with #1363DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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