Html Css Color HEX #1376DD Navy Blue

📋 copy color: '#1376DD'

red 19 ◦ green 118 ◦ blue 221

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

Shades of Navy Blue #1376DD

Tints of Navy Blue #1376DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 61.73%

R = 5.31%
G = 32.96%
B = 61.73%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1376DD (or 0x1376DD) is known color: Navy Blue. HEX triplet: 13, 76 and DD. RGB value is (19,118,221). Sum of RGB (Red+Green+Blue) = 19+118+221=358 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.31% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 221 (86.72% from 255 or 61.73% from 358); Max value from RGB is 221 - color contains mainly: blue. Hex color #1376DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1376DD is #EC8922. Grayscale: #636363. Windows color (decimal): -15501603 or 14513683. OLE color: 14513683.

HSL color Cylindrical-coordinate representation of color #1376DD: hue angle of 210.59º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1376DD is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 118 221 -
CMYK 0.91 0.47 0 0.13
HSL 210.59º 0.84% 0.47% -
HSV(B) 210.59º 0.91% 0.87% -
XYZ 19.8 18.32 70.9 -
YUV 100.14 196.2 70.12 -
System Red Green Blue C M Y K H S L
Decimal 19 118 221 0.91 0.47 0 0.13 210.59 0.84 0.47
Hex 13 76 DD 5B 2F 0 D D3 54 2F
Octal 23 166 335 133 57 0 15 323 124 57
Binary 10011 1110110 11011101 1011011 101111 0 1101 11010011 1010100 101111

Color Harmonies of #1376DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1376DD

Black with #1376DD

Text Example


Text Example

White with #1376DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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