Html Css Color HEX #1364D5 Navy Blue

📋 copy color: '#1364D5'

red 19 ◦ green 100 ◦ blue 213

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

Shades of Navy Blue #1364D5

Tints of Navy Blue #1364D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 64.16%

R = 5.72%
G = 30.12%
B = 64.16%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1364D5 (or 0x1364D5) is known color: Navy Blue. HEX triplet: 13, 64 and D5. RGB value is (19,100,213). Sum of RGB (Red+Green+Blue) = 19+100+213=332 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.72% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 213 (83.59% from 255 or 64.16% from 332); Max value from RGB is 213 - color contains mainly: blue. Hex color #1364D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1364D5 is #EC9B2A. Grayscale: #585858. Windows color (decimal): -15506219 or 13984787. OLE color: 13984787.

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

Color convert

RGB 19 100 213 -
CMYK 0.91 0.53 0 0.16
HSL 214.95º 0.84% 0.45% -
HSV(B) 214.95º 0.91% 0.84% -
XYZ 16.84 14.06 64.78 -
YUV 88.66 198.16 78.31 -
System Red Green Blue C M Y K H S L
Decimal 19 100 213 0.91 0.53 0 0.16 214.95 0.84 0.45
Hex 13 64 D5 5B 35 0 10 D7 54 2D
Octal 23 144 325 133 65 0 20 327 124 55
Binary 10011 1100100 11010101 1011011 110101 0 10000 11010111 1010100 101101

Color Harmonies of #1364D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1364D5

Black with #1364D5

Text Example


Text Example

White with #1364D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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