Html Css Color HEX #1364D8 Navy Blue

📋 copy color: '#1364D8'

red 19 ◦ green 100 ◦ blue 216

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

Shades of Navy Blue #1364D8

Tints of Navy Blue #1364D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 64.48%

R = 5.67%
G = 29.85%
B = 64.48%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1364D8 (or 0x1364D8) is known color: Navy Blue. HEX triplet: 13, 64 and D8. RGB value is (19,100,216). Sum of RGB (Red+Green+Blue) = 19+100+216=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 216 (84.77% from 255 or 64.48% from 335); Max value from RGB is 216 - color contains mainly: blue. Hex color #1364D8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1364D8 is #EC9B27. Grayscale: #585858. Windows color (decimal): -15506216 or 14181395. OLE color: 14181395.

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

Color convert

RGB 19 100 216 -
CMYK 0.91 0.54 0 0.15
HSL 215.33º 0.84% 0.46% -
HSV(B) 215.33º 0.91% 0.85% -
XYZ 17.22 14.21 66.8 -
YUV 89.01 199.66 78.07 -
System Red Green Blue C M Y K H S L
Decimal 19 100 216 0.91 0.54 0 0.15 215.33 0.84 0.46
Hex 13 64 D8 5B 36 0 F D7 54 2E
Octal 23 144 330 133 66 0 17 327 124 56
Binary 10011 1100100 11011000 1011011 110110 0 1111 11010111 1010100 101110

Color Harmonies of #1364D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1364D8

Black with #1364D8

Text Example


Text Example

White with #1364D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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