Html Css Color HEX #1380CD Navy Blue

📋 copy color: '#1380CD'

red 19 ◦ green 128 ◦ blue 205

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

Shades of Navy Blue #1380CD

Tints of Navy Blue #1380CD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.36%

 BLUE value IS 205 (80.47% from 255) = 58.24%

R = 5.4%
G = 36.36%
B = 58.24%

CMYK

 C value IS 0.91

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1380CD (or 0x1380CD) is known color: Navy Blue. HEX triplet: 13, 80 and CD. RGB value is (19,128,205). Sum of RGB (Red+Green+Blue) = 19+128+205=352 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.40% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #1380CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1380CD is #EC7F32. Grayscale: #676767. Windows color (decimal): -15499059 or 13467667. OLE color: 13467667.

HSL color Cylindrical-coordinate representation of color #1380CD: hue angle of 204.84º 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 #1380CD is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 128 205 -
CMYK 0.91 0.38 0 0.20
HSL 204.84º 0.83% 0.44% -
HSV(B) 204.84º 0.91% 0.8% -
XYZ 19.01 19.98 60.61 -
YUV 104.19 184.89 67.24 -
System Red Green Blue C M Y K H S L
Decimal 19 128 205 0.91 0.38 0 0.20 204.84 0.83 0.44
Hex 13 80 CD 5B 26 0 14 CD 53 2C
Octal 23 200 315 133 46 0 24 315 123 54
Binary 10011 10000000 11001101 1011011 100110 0 10100 11001101 1010011 101100

Color Harmonies of #1380CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1380CD

Black with #1380CD

Text Example


Text Example

White with #1380CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1380CD; }

 p { color: rgb(19,128,205); }

 H1.HeaderClassName
 {
   color: #1380CD;
 }
 .AnyTagClassName
 {
   color: #1380CD;
 }
</style>

background-color css

<style>
 a { background-color: #1380CD; }

 a { background-color: rgb(19,128,205); }

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

border-color css

<style>
 span { border-color: #1380CD; }

 span { border-color: rgb(19,128,205); }

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