Html Css Color HEX #1369D5 Navy Blue

📋 copy color: '#1369D5'

red 19 ◦ green 105 ◦ blue 213

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

Shades of Navy Blue #1369D5

Tints of Navy Blue #1369D5

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.16%

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

R = 5.64%
G = 31.16%
B = 63.2%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1369D5 (or 0x1369D5) is known color: Navy Blue. HEX triplet: 13, 69 and D5. RGB value is (19,105,213). Sum of RGB (Red+Green+Blue) = 19+105+213=337 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.64% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 213 (83.59% from 255 or 63.20% from 337); Max value from RGB is 213 - color contains mainly: blue. Hex color #1369D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1369D5 is #EC962A. Grayscale: #5B5B5B. Windows color (decimal): -15504939 or 13986067. OLE color: 13986067.

HSL color Cylindrical-coordinate representation of color #1369D5: hue angle of 213.4º 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 #1369D5 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 19 105 213 -
CMYK 0.91 0.51 0 0.16
HSL 213.4º 0.84% 0.45% -
HSV(B) 213.4º 0.91% 0.84% -
XYZ 17.33 15.05 64.94 -
YUV 91.6 196.51 76.22 -
System Red Green Blue C M Y K H S L
Decimal 19 105 213 0.91 0.51 0 0.16 213.4 0.84 0.45
Hex 13 69 D5 5B 33 0 10 D5 54 2D
Octal 23 151 325 133 63 0 20 325 124 55
Binary 10011 1101001 11010101 1011011 110011 0 10000 11010101 1010100 101101

Color Harmonies of #1369D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1369D5

Black with #1369D5

Text Example


Text Example

White with #1369D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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