Html Css Color HEX #1380CE Navy Blue

📋 copy color: '#1380CE'

red 19 ◦ green 128 ◦ blue 206

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

Shades of Navy Blue #1380CE

Tints of Navy Blue #1380CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.36%

R = 5.38%
G = 36.26%
B = 58.36%

CMYK

 C value IS 0.91

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1380CE (or 0x1380CE) is known color: Navy Blue. HEX triplet: 13, 80 and CE. RGB value is (19,128,206). Sum of RGB (Red+Green+Blue) = 19+128+206=353 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.38% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #1380CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1380CE is #EC7F31. Grayscale: #676767. Windows color (decimal): -15499058 or 13533203. OLE color: 13533203.

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

Color convert

RGB 19 128 206 -
CMYK 0.91 0.38 0 0.19
HSL 205.03º 0.83% 0.44% -
HSV(B) 205.03º 0.91% 0.81% -
XYZ 19.13 20.03 61.25 -
YUV 104.3 185.39 67.16 -
System Red Green Blue C M Y K H S L
Decimal 19 128 206 0.91 0.38 0 0.19 205.03 0.83 0.44
Hex 13 80 CE 5B 26 0 13 CD 53 2C
Octal 23 200 316 133 46 0 23 315 123 54
Binary 10011 10000000 11001110 1011011 100110 0 10011 11001101 1010011 101100

Color Harmonies of #1380CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1380CE

Black with #1380CE

Text Example


Text Example

White with #1380CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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