Html Css Color HEX #1363D3 Navy Blue

📋 copy color: '#1363D3'

red 19 ◦ green 99 ◦ blue 211

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

Shades of Navy Blue #1363D3

Tints of Navy Blue #1363D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 64.13%

R = 5.78%
G = 30.09%
B = 64.13%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#1363D3 (or 0x1363D3) is known color: Navy Blue. HEX triplet: 13, 63 and D3. RGB value is (19,99,211). Sum of RGB (Red+Green+Blue) = 19+99+211=329 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.78% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 211 (82.81% from 255 or 64.13% from 329); Max value from RGB is 211 - color contains mainly: blue. Hex color #1363D3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1363D3 is #EC9C2C. Grayscale: #575757. Windows color (decimal): -15506477 or 13853459. OLE color: 13853459.

HSL color Cylindrical-coordinate representation of color #1363D3: hue angle of 215º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1363D3 is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 19 99 211 -
CMYK 0.91 0.53 0 0.17
HSL 215º 0.83% 0.45% -
HSV(B) 215º 0.91% 0.83% -
XYZ 16.49 13.77 63.42 -
YUV 87.85 197.5 78.89 -
System Red Green Blue C M Y K H S L
Decimal 19 99 211 0.91 0.53 0 0.17 215 0.83 0.45
Hex 13 63 D3 5B 35 0 11 D7 53 2D
Octal 23 143 323 133 65 0 21 327 123 55
Binary 10011 1100011 11010011 1011011 110101 0 10001 11010111 1010011 101101

Color Harmonies of #1363D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1363D3

Black with #1363D3

Text Example


Text Example

White with #1363D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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