Html Css Color HEX #1371CC Navy Blue

📋 copy color: '#1371CC'

red 19 ◦ green 113 ◦ blue 204

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

Shades of Navy Blue #1371CC

Tints of Navy Blue #1371CC

RGB

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

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

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

R = 5.65%
G = 33.63%
B = 60.71%

CMYK

 C value IS 0.91

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1371CC (or 0x1371CC) is known color: Navy Blue. HEX triplet: 13, 71 and CC. RGB value is (19,113,204). Sum of RGB (Red+Green+Blue) = 19+113+204=336 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.65% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #1371CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1371CC is #EC8E33. Grayscale: #5E5E5E. Windows color (decimal): -15502900 or 13398291. OLE color: 13398291.

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

Color convert

RGB 19 113 204 -
CMYK 0.91 0.45 0 0.2
HSL 209.51º 0.83% 0.44% -
HSV(B) 209.51º 0.91% 0.8% -
XYZ 17.07 16.31 59.37 -
YUV 95.27 189.36 73.6 -
System Red Green Blue C M Y K H S L
Decimal 19 113 204 0.91 0.45 0 0.2 209.51 0.83 0.44
Hex 13 71 CC 5B 2D 0 14 D2 53 2C
Octal 23 161 314 133 55 0 24 322 123 54
Binary 10011 1110001 11001100 1011011 101101 0 10100 11010010 1010011 101100

Color Harmonies of #1371CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1371CC

Black with #1371CC

Text Example


Text Example

White with #1371CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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