Html Css Color HEX #1364D7 Navy Blue

📋 copy color: '#1364D7'

red 19 ◦ green 100 ◦ blue 215

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

Shades of Navy Blue #1364D7

Tints of Navy Blue #1364D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 64.37%

R = 5.69%
G = 29.94%
B = 64.37%

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

#1364D7 (or 0x1364D7) is known color: Navy Blue. HEX triplet: 13, 64 and D7. RGB value is (19,100,215). Sum of RGB (Red+Green+Blue) = 19+100+215=334 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.69% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 215 (84.38% from 255 or 64.37% from 334); Max value from RGB is 215 - color contains mainly: blue. Hex color #1364D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1364D7 is #EC9B28. Grayscale: #585858. Windows color (decimal): -15506217 or 14115859. OLE color: 14115859.

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

Color convert

RGB 19 100 215 -
CMYK 0.91 0.53 0 0.16
HSL 215.2º 0.84% 0.46% -
HSV(B) 215.2º 0.91% 0.84% -
XYZ 17.09 14.16 66.12 -
YUV 88.89 199.16 78.15 -
System Red Green Blue C M Y K H S L
Decimal 19 100 215 0.91 0.53 0 0.16 215.2 0.84 0.46
Hex 13 64 D7 5B 35 0 10 D7 54 2E
Octal 23 144 327 133 65 0 20 327 124 56
Binary 10011 1100100 11010111 1011011 110101 0 10000 11010111 1010100 101110

Color Harmonies of #1364D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1364D7

Black with #1364D7

Text Example


Text Example

White with #1364D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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