Html Css Color HEX #1377DC Navy Blue

📋 copy color: '#1377DC'

red 19 ◦ green 119 ◦ blue 220

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

Shades of Navy Blue #1377DC

Tints of Navy Blue #1377DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 61.45%

R = 5.31%
G = 33.24%
B = 61.45%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1377DC (or 0x1377DC) is known color: Navy Blue. HEX triplet: 13, 77 and DC. RGB value is (19,119,220). Sum of RGB (Red+Green+Blue) = 19+119+220=358 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.31% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 220 (86.33% from 255 or 61.45% from 358); Max value from RGB is 220 - color contains mainly: blue. Hex color #1377DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1377DC is #EC8823. Grayscale: #646464. Windows color (decimal): -15501348 or 14448403. OLE color: 14448403.

HSL color Cylindrical-coordinate representation of color #1377DC: hue angle of 210.15º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1377DC is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 119 220 -
CMYK 0.91 0.46 0 0.14
HSL 210.15º 0.84% 0.47% -
HSV(B) 210.15º 0.91% 0.86% -
XYZ 19.78 18.5 70.24 -
YUV 100.61 195.37 69.79 -
System Red Green Blue C M Y K H S L
Decimal 19 119 220 0.91 0.46 0 0.14 210.15 0.84 0.47
Hex 13 77 DC 5B 2E 0 E D2 54 2F
Octal 23 167 334 133 56 0 16 322 124 57
Binary 10011 1110111 11011100 1011011 101110 0 1110 11010010 1010100 101111

Color Harmonies of #1377DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1377DC

Black with #1377DC

Text Example


Text Example

White with #1377DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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