Html Css Color HEX #1364DD Navy Blue

📋 copy color: '#1364DD'

red 19 ◦ green 100 ◦ blue 221

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

Shades of Navy Blue #1364DD

Tints of Navy Blue #1364DD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.41%

 BLUE value IS 221 (86.72% from 255) = 65%

R = 5.59%
G = 29.41%
B = 65%

CMYK

 C value IS 0.91

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1364DD (or 0x1364DD) is known color: Navy Blue. HEX triplet: 13, 64 and DD. RGB value is (19,100,221). Sum of RGB (Red+Green+Blue) = 19+100+221=340 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.59% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 221 (86.72% from 255 or 65% from 340); Max value from RGB is 221 - color contains mainly: blue. Hex color #1364DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1364DD is #EC9B22. Grayscale: #595959. Windows color (decimal): -15506211 or 14509075. OLE color: 14509075.

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

Color convert

RGB 19 100 221 -
CMYK 0.91 0.55 0 0.13
HSL 215.94º 0.84% 0.47% -
HSV(B) 215.94º 0.91% 0.87% -
XYZ 17.88 14.47 70.26 -
YUV 89.58 202.16 77.66 -
System Red Green Blue C M Y K H S L
Decimal 19 100 221 0.91 0.55 0 0.13 215.94 0.84 0.47
Hex 13 64 DD 5B 37 0 D D8 54 2F
Octal 23 144 335 133 67 0 15 330 124 57
Binary 10011 1100100 11011101 1011011 110111 0 1101 11011000 1010100 101111

Color Harmonies of #1364DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1364DD

Black with #1364DD

Text Example


Text Example

White with #1364DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1364DD; }

 p { color: rgb(19,100,221); }

 H1.HeaderClassName
 {
   color: #1364DD;
 }
 .AnyTagClassName
 {
   color: #1364DD;
 }
</style>

background-color css

<style>
 a { background-color: #1364DD; }

 a { background-color: rgb(19,100,221); }

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

border-color css

<style>
 span { border-color: #1364DD; }

 span { border-color: rgb(19,100,221); }

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