Html Css Color HEX #1371D2 Navy Blue

📋 copy color: '#1371D2'

red 19 ◦ green 113 ◦ blue 210

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

Shades of Navy Blue #1371D2

Tints of Navy Blue #1371D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 61.4%

R = 5.56%
G = 33.04%
B = 61.4%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1371D2 (or 0x1371D2) is known color: Navy Blue. HEX triplet: 13, 71 and D2. RGB value is (19,113,210). Sum of RGB (Red+Green+Blue) = 19+113+210=342 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.56% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 210 (82.42% from 255 or 61.40% from 342); Max value from RGB is 210 - color contains mainly: blue. Hex color #1371D2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1371D2 is #EC8E2D. Grayscale: #5F5F5F. Windows color (decimal): -15502894 or 13791507. OLE color: 13791507.

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

Color convert

RGB 19 113 210 -
CMYK 0.91 0.46 0 0.18
HSL 210.47º 0.83% 0.45% -
HSV(B) 210.47º 0.91% 0.82% -
XYZ 17.81 16.6 63.24 -
YUV 95.95 192.36 73.11 -
System Red Green Blue C M Y K H S L
Decimal 19 113 210 0.91 0.46 0 0.18 210.47 0.83 0.45
Hex 13 71 D2 5B 2E 0 12 D2 53 2D
Octal 23 161 322 133 56 0 22 322 123 55
Binary 10011 1110001 11010010 1011011 101110 0 10010 11010010 1010011 101101

Color Harmonies of #1371D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1371D2

Black with #1371D2

Text Example


Text Example

White with #1371D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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