Html Css Color HEX #1379CE Navy Blue

📋 copy color: '#1379CE'

red 19 ◦ green 121 ◦ blue 206

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

Shades of Navy Blue #1379CE

Tints of Navy Blue #1379CE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.97%

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

R = 5.49%
G = 34.97%
B = 59.54%

CMYK

 C value IS 0.91

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1379CE (or 0x1379CE) is known color: Navy Blue. HEX triplet: 13, 79 and CE. RGB value is (19,121,206). Sum of RGB (Red+Green+Blue) = 19+121+206=346 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.49% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #1379CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1379CE is #EC8631. Grayscale: #636363. Windows color (decimal): -15500850 or 13531411. OLE color: 13531411.

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

Color convert

RGB 19 121 206 -
CMYK 0.91 0.41 0 0.19
HSL 207.27º 0.83% 0.44% -
HSV(B) 207.27º 0.91% 0.81% -
XYZ 18.25 18.27 60.96 -
YUV 100.19 187.71 70.09 -
System Red Green Blue C M Y K H S L
Decimal 19 121 206 0.91 0.41 0 0.19 207.27 0.83 0.44
Hex 13 79 CE 5B 29 0 13 CF 53 2C
Octal 23 171 316 133 51 0 23 317 123 54
Binary 10011 1111001 11001110 1011011 101001 0 10011 11001111 1010011 101100

Color Harmonies of #1379CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1379CE

Black with #1379CE

Text Example


Text Example

White with #1379CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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