Html Css Color HEX #1373C9 Navy Blue

📋 copy color: '#1373C9'

red 19 ◦ green 115 ◦ blue 201

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

Shades of Navy Blue #1373C9

Tints of Navy Blue #1373C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 60%

R = 5.67%
G = 34.33%
B = 60%

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

#1373C9 (or 0x1373C9) is known color: Navy Blue. HEX triplet: 13, 73 and C9. RGB value is (19,115,201). Sum of RGB (Red+Green+Blue) = 19+115+201=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 201 (78.91% from 255 or 60% from 335); Max value from RGB is 201 - color contains mainly: blue. Hex color #1373C9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1373C9 is #EC8C36. Grayscale: #5F5F5F. Windows color (decimal): -15502391 or 13202195. OLE color: 13202195.

HSL color Cylindrical-coordinate representation of color #1373C9: hue angle of 208.35º 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 #1373C9 is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 19 115 201 -
CMYK 0.91 0.43 0 0.21
HSL 208.35º 0.83% 0.43% -
HSV(B) 208.35º 0.91% 0.79% -
XYZ 16.94 16.62 57.57 -
YUV 96.1 187.2 73.01 -
System Red Green Blue C M Y K H S L
Decimal 19 115 201 0.91 0.43 0 0.21 208.35 0.83 0.43
Hex 13 73 C9 5B 2B 0 15 D0 53 2B
Octal 23 163 311 133 53 0 25 320 123 53
Binary 10011 1110011 11001001 1011011 101011 0 10101 11010000 1010011 101011

Color Harmonies of #1373C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1373C9

Black with #1373C9

Text Example


Text Example

White with #1373C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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