Html Css Color HEX #1377CA Navy Blue

📋 copy color: '#1377CA'

red 19 ◦ green 119 ◦ blue 202

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

Shades of Navy Blue #1377CA

Tints of Navy Blue #1377CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 59.41%

R = 5.59%
G = 35%
B = 59.41%

CMYK

 C value IS 0.91

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1377CA (or 0x1377CA) is known color: Navy Blue. HEX triplet: 13, 77 and CA. RGB value is (19,119,202). Sum of RGB (Red+Green+Blue) = 19+119+202=340 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.59% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 202 (79.30% from 255 or 59.41% from 340); Max value from RGB is 202 - color contains mainly: blue. Hex color #1377CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1377CA is #EC8835. Grayscale: #626262. Windows color (decimal): -15501366 or 13268755. OLE color: 13268755.

HSL color Cylindrical-coordinate representation of color #1377CA: hue angle of 207.21º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1377CA is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 19 119 202 -
CMYK 0.91 0.41 0 0.21
HSL 207.21º 0.83% 0.43% -
HSV(B) 207.21º 0.91% 0.79% -
XYZ 17.53 17.6 58.35 -
YUV 98.56 186.37 71.25 -
System Red Green Blue C M Y K H S L
Decimal 19 119 202 0.91 0.41 0 0.21 207.21 0.83 0.43
Hex 13 77 CA 5B 29 0 15 CF 53 2B
Octal 23 167 312 133 51 0 25 317 123 53
Binary 10011 1110111 11001010 1011011 101001 0 10101 11001111 1010011 101011

Color Harmonies of #1377CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1377CA

Black with #1377CA

Text Example


Text Example

White with #1377CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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