Html Css Color HEX #1376CE Navy Blue

📋 copy color: '#1376CE'

red 19 ◦ green 118 ◦ blue 206

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

Shades of Navy Blue #1376CE

Tints of Navy Blue #1376CE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.4%

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

R = 5.54%
G = 34.4%
B = 60.06%

CMYK

 C value IS 0.91

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1376CE (or 0x1376CE) is known color: Navy Blue. HEX triplet: 13, 76 and CE. RGB value is (19,118,206). Sum of RGB (Red+Green+Blue) = 19+118+206=343 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.54% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 206 (80.86% from 255 or 60.06% from 343); Max value from RGB is 206 - color contains mainly: blue. Hex color #1376CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1376CE is #EC8931. Grayscale: #616161. Windows color (decimal): -15501618 or 13530643. OLE color: 13530643.

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

Color convert

RGB 19 118 206 -
CMYK 0.91 0.43 0 0.19
HSL 208.24º 0.83% 0.44% -
HSV(B) 208.24º 0.91% 0.81% -
XYZ 17.89 17.55 60.84 -
YUV 98.43 188.7 71.34 -
System Red Green Blue C M Y K H S L
Decimal 19 118 206 0.91 0.43 0 0.19 208.24 0.83 0.44
Hex 13 76 CE 5B 2B 0 13 D0 53 2C
Octal 23 166 316 133 53 0 23 320 123 54
Binary 10011 1110110 11001110 1011011 101011 0 10011 11010000 1010011 101100

Color Harmonies of #1376CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1376CE

Black with #1376CE

Text Example


Text Example

White with #1376CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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