Html Css Color HEX #1376CA Navy Blue

📋 copy color: '#1376CA'

red 19 ◦ green 118 ◦ blue 202

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

Shades of Navy Blue #1376CA

Tints of Navy Blue #1376CA

RGB

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

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

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

R = 5.6%
G = 34.81%
B = 59.59%

CMYK

 C value IS 0.91

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1376CA (or 0x1376CA) is known color: Navy Blue. HEX triplet: 13, 76 and CA. RGB value is (19,118,202). Sum of RGB (Red+Green+Blue) = 19+118+202=339 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.60% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 202 (79.30% from 255 or 59.59% from 339); Max value from RGB is 202 - color contains mainly: blue. Hex color #1376CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1376CA is #EC8935. Grayscale: #616161. Windows color (decimal): -15501622 or 13268499. OLE color: 13268499.

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

Color convert

RGB 19 118 202 -
CMYK 0.91 0.42 0 0.21
HSL 207.54º 0.83% 0.43% -
HSV(B) 207.54º 0.91% 0.79% -
XYZ 17.41 17.36 58.31 -
YUV 97.98 186.7 71.67 -
System Red Green Blue C M Y K H S L
Decimal 19 118 202 0.91 0.42 0 0.21 207.54 0.83 0.43
Hex 13 76 CA 5B 2A 0 15 D0 53 2B
Octal 23 166 312 133 52 0 25 320 123 53
Binary 10011 1110110 11001010 1011011 101010 0 10101 11010000 1010011 101011

Color Harmonies of #1376CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1376CA

Black with #1376CA

Text Example


Text Example

White with #1376CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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