Html Css Color HEX #1371CF Navy Blue

📋 copy color: '#1371CF'

red 19 ◦ green 113 ◦ blue 207

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

Shades of Navy Blue #1371CF

Tints of Navy Blue #1371CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 61.06%

R = 5.6%
G = 33.33%
B = 61.06%

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

#1371CF (or 0x1371CF) is known color: Navy Blue. HEX triplet: 13, 71 and CF. RGB value is (19,113,207). Sum of RGB (Red+Green+Blue) = 19+113+207=339 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.60% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #1371CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1371CF is #EC8E30. Grayscale: #5F5F5F. Windows color (decimal): -15502897 or 13594899. OLE color: 13594899.

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

Color convert

RGB 19 113 207 -
CMYK 0.91 0.45 0 0.19
HSL 210º 0.83% 0.44% -
HSV(B) 210º 0.91% 0.81% -
XYZ 17.44 16.45 61.29 -
YUV 95.61 190.86 73.36 -
System Red Green Blue C M Y K H S L
Decimal 19 113 207 0.91 0.45 0 0.19 210 0.83 0.44
Hex 13 71 CF 5B 2D 0 13 D2 53 2C
Octal 23 161 317 133 55 0 23 322 123 54
Binary 10011 1110001 11001111 1011011 101101 0 10011 11010010 1010011 101100

Color Harmonies of #1371CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1371CF

Black with #1371CF

Text Example


Text Example

White with #1371CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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