Html Css Color HEX #1373CC Navy Blue

📋 copy color: '#1373CC'

red 19 ◦ green 115 ◦ blue 204

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

Shades of Navy Blue #1373CC

Tints of Navy Blue #1373CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 60.36%

R = 5.62%
G = 34.02%
B = 60.36%

CMYK

 C value IS 0.91

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1373CC (or 0x1373CC) is known color: Navy Blue. HEX triplet: 13, 73 and CC. RGB value is (19,115,204). Sum of RGB (Red+Green+Blue) = 19+115+204=338 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.62% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 204 (80.08% from 255 or 60.36% from 338); Max value from RGB is 204 - color contains mainly: blue. Hex color #1373CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1373CC is #EC8C33. Grayscale: #5F5F5F. Windows color (decimal): -15502388 or 13398803. OLE color: 13398803.

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

Color convert

RGB 19 115 204 -
CMYK 0.91 0.44 0 0.2
HSL 208.86º 0.83% 0.44% -
HSV(B) 208.86º 0.91% 0.8% -
XYZ 17.3 16.76 59.45 -
YUV 96.44 188.7 72.76 -
System Red Green Blue C M Y K H S L
Decimal 19 115 204 0.91 0.44 0 0.2 208.86 0.83 0.44
Hex 13 73 CC 5B 2C 0 14 D1 53 2C
Octal 23 163 314 133 54 0 24 321 123 54
Binary 10011 1110011 11001100 1011011 101100 0 10100 11010001 1010011 101100

Color Harmonies of #1373CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1373CC

Black with #1373CC

Text Example


Text Example

White with #1373CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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