Html Css Color HEX #1377CE Navy Blue

📋 copy color: '#1377CE'

red 19 ◦ green 119 ◦ blue 206

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

Shades of Navy Blue #1377CE

Tints of Navy Blue #1377CE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.59%

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

R = 5.52%
G = 34.59%
B = 59.88%

CMYK

 C value IS 0.91

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1377CE (or 0x1377CE) is known color: Navy Blue. HEX triplet: 13, 77 and CE. RGB value is (19,119,206). Sum of RGB (Red+Green+Blue) = 19+119+206=344 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.52% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 206 (80.86% from 255 or 59.88% from 344); Max value from RGB is 206 - color contains mainly: blue. Hex color #1377CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1377CE is #EC8831. Grayscale: #626262. Windows color (decimal): -15501362 or 13530899. OLE color: 13530899.

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

Color convert

RGB 19 119 206 -
CMYK 0.91 0.42 0 0.19
HSL 207.91º 0.83% 0.44% -
HSV(B) 207.91º 0.91% 0.81% -
XYZ 18.01 17.79 60.88 -
YUV 99.02 188.37 70.93 -
System Red Green Blue C M Y K H S L
Decimal 19 119 206 0.91 0.42 0 0.19 207.91 0.83 0.44
Hex 13 77 CE 5B 2A 0 13 D0 53 2C
Octal 23 167 316 133 52 0 23 320 123 54
Binary 10011 1110111 11001110 1011011 101010 0 10011 11010000 1010011 101100

Color Harmonies of #1377CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1377CE

Black with #1377CE

Text Example


Text Example

White with #1377CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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