Html Css Color HEX #1381C5 Navy Blue

📋 copy color: '#1381C5'

red 19 ◦ green 129 ◦ blue 197

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

Shades of Navy Blue #1381C5

Tints of Navy Blue #1381C5

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.39%

 BLUE value IS 197 (77.34% from 255) = 57.1%

R = 5.51%
G = 37.39%
B = 57.1%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#1381C5 (or 0x1381C5) is known color: Navy Blue. HEX triplet: 13, 81 and C5. RGB value is (19,129,197). Sum of RGB (Red+Green+Blue) = 19+129+197=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 197 (77.34% from 255 or 57.10% from 345); Max value from RGB is 197 - color contains mainly: blue. Hex color #1381C5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1381C5 is #EC7E3A. Grayscale: #676767. Windows color (decimal): -15498811 or 12943635. OLE color: 12943635.

HSL color Cylindrical-coordinate representation of color #1381C5: hue angle of 202.92º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1381C5 is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 19 129 197 -
CMYK 0.90 0.35 0 0.23
HSL 202.92º 0.82% 0.42% -
HSV(B) 202.92º 0.9% 0.77% -
XYZ 18.2 19.87 55.7 -
YUV 103.86 180.56 67.47 -
System Red Green Blue C M Y K H S L
Decimal 19 129 197 0.90 0.35 0 0.23 202.92 0.82 0.42
Hex 13 81 C5 5A 23 0 17 CB 52 2A
Octal 23 201 305 132 43 0 27 313 122 52
Binary 10011 10000001 11000101 1011010 100011 0 10111 11001011 1010010 101010

Color Harmonies of #1381C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1381C5

Black with #1381C5

Text Example


Text Example

White with #1381C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1381C5; }

 p { color: rgb(19,129,197); }

 H1.HeaderClassName
 {
   color: #1381C5;
 }
 .AnyTagClassName
 {
   color: #1381C5;
 }
</style>

background-color css

<style>
 a { background-color: #1381C5; }

 a { background-color: rgb(19,129,197); }

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

border-color css

<style>
 span { border-color: #1381C5; }

 span { border-color: rgb(19,129,197); }

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