Html Css Color HEX #1371CE Navy Blue

📋 copy color: '#1371CE'

red 19 ◦ green 113 ◦ blue 206

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

Shades of Navy Blue #1371CE

Tints of Navy Blue #1371CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 60.95%

R = 5.62%
G = 33.43%
B = 60.95%

CMYK

 C value IS 0.91

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1371CE (or 0x1371CE) is known color: Navy Blue. HEX triplet: 13, 71 and CE. RGB value is (19,113,206). Sum of RGB (Red+Green+Blue) = 19+113+206=338 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.62% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #1371CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1371CE is #EC8E31. Grayscale: #5F5F5F. Windows color (decimal): -15502898 or 13529363. OLE color: 13529363.

HSL color Cylindrical-coordinate representation of color #1371CE: hue angle of 209.84º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1371CE is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 113 206 -
CMYK 0.91 0.45 0 0.19
HSL 209.84º 0.83% 0.44% -
HSV(B) 209.84º 0.91% 0.81% -
XYZ 17.31 16.4 60.65 -
YUV 95.5 190.36 73.44 -
System Red Green Blue C M Y K H S L
Decimal 19 113 206 0.91 0.45 0 0.19 209.84 0.83 0.44
Hex 13 71 CE 5B 2D 0 13 D2 53 2C
Octal 23 161 316 133 55 0 23 322 123 54
Binary 10011 1110001 11001110 1011011 101101 0 10011 11010010 1010011 101100

Color Harmonies of #1371CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1371CE

Black with #1371CE

Text Example


Text Example

White with #1371CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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