Html Css Color HEX #1371CA Navy Blue

📋 copy color: '#1371CA'

red 19 ◦ green 113 ◦ blue 202

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

Shades of Navy Blue #1371CA

Tints of Navy Blue #1371CA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.83%

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

R = 5.69%
G = 33.83%
B = 60.48%

CMYK

 C value IS 0.91

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1371CA (or 0x1371CA) is known color: Navy Blue. HEX triplet: 13, 71 and CA. RGB value is (19,113,202). Sum of RGB (Red+Green+Blue) = 19+113+202=334 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.69% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 202 (79.30% from 255 or 60.48% from 334); Max value from RGB is 202 - color contains mainly: blue. Hex color #1371CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1371CA is #EC8E35. Grayscale: #5E5E5E. Windows color (decimal): -15502902 or 13267219. OLE color: 13267219.

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

Color convert

RGB 19 113 202 -
CMYK 0.91 0.44 0 0.21
HSL 209.18º 0.83% 0.43% -
HSV(B) 209.18º 0.91% 0.79% -
XYZ 16.83 16.21 58.12 -
YUV 95.04 188.36 73.76 -
System Red Green Blue C M Y K H S L
Decimal 19 113 202 0.91 0.44 0 0.21 209.18 0.83 0.43
Hex 13 71 CA 5B 2C 0 15 D1 53 2B
Octal 23 161 312 133 54 0 25 321 123 53
Binary 10011 1110001 11001010 1011011 101100 0 10101 11010001 1010011 101011

Color Harmonies of #1371CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1371CA

Black with #1371CA

Text Example


Text Example

White with #1371CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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