Html Css Color HEX #1373CA Navy Blue

📋 copy color: '#1373CA'

red 19 ◦ green 115 ◦ blue 202

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

Shades of Navy Blue #1373CA

Tints of Navy Blue #1373CA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.23%

 BLUE value IS 202 (79.3% from 255) = 60.12%

R = 5.65%
G = 34.23%
B = 60.12%

CMYK

 C value IS 0.91

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1373CA (or 0x1373CA) is known color: Navy Blue. HEX triplet: 13, 73 and CA. RGB value is (19,115,202). Sum of RGB (Red+Green+Blue) = 19+115+202=336 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.65% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 202 (79.30% from 255 or 60.12% from 336); Max value from RGB is 202 - color contains mainly: blue. Hex color #1373CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1373CA is #EC8C35. Grayscale: #5F5F5F. Windows color (decimal): -15502390 or 13267731. OLE color: 13267731.

HSL color Cylindrical-coordinate representation of color #1373CA: hue angle of 208.52º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1373CA is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 19 115 202 -
CMYK 0.91 0.43 0 0.21
HSL 208.52º 0.83% 0.43% -
HSV(B) 208.52º 0.91% 0.79% -
XYZ 17.06 16.66 58.19 -
YUV 96.21 187.7 72.93 -
System Red Green Blue C M Y K H S L
Decimal 19 115 202 0.91 0.43 0 0.21 208.52 0.83 0.43
Hex 13 73 CA 5B 2B 0 15 D1 53 2B
Octal 23 163 312 133 53 0 25 321 123 53
Binary 10011 1110011 11001010 1011011 101011 0 10101 11010001 1010011 101011

Color Harmonies of #1373CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1373CA

Black with #1373CA

Text Example


Text Example

White with #1373CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1373CA; }

 p { color: rgb(19,115,202); }

 H1.HeaderClassName
 {
   color: #1373CA;
 }
 .AnyTagClassName
 {
   color: #1373CA;
 }
</style>

background-color css

<style>
 a { background-color: #1373CA; }

 a { background-color: rgb(19,115,202); }

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

border-color css

<style>
 span { border-color: #1373CA; }

 span { border-color: rgb(19,115,202); }

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