Html Css Color HEX #1477DD Navy Blue

📋 copy color: '#1477DD'

red 20 ◦ green 119 ◦ blue 221

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

Shades of Navy Blue #1477DD

Tints of Navy Blue #1477DD

RGB

 RED value IS 20 (8.2% from 255) = 5.56%

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

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

R = 5.56%
G = 33.06%
B = 61.39%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1477DD (or 0x1477DD) is known color: Navy Blue. HEX triplet: 14, 77 and DD. RGB value is (20,119,221). Sum of RGB (Red+Green+Blue) = 20+119+221=360 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.56% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #1477DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1477DD is #EB8822. Grayscale: #646464. Windows color (decimal): -15435811 or 14513940. OLE color: 14513940.

HSL color Cylindrical-coordinate representation of color #1477DD: hue angle of 210.45º degrees, saturation: 0.83, 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 #1477DD is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 119 221 -
CMYK 0.91 0.46 0 0.13
HSL 210.45º 0.83% 0.47% -
HSV(B) 210.45º 0.91% 0.87% -
XYZ 19.94 18.56 70.94 -
YUV 101.03 195.7 70.21 -
System Red Green Blue C M Y K H S L
Decimal 20 119 221 0.91 0.46 0 0.13 210.45 0.83 0.47
Hex 14 77 DD 5B 2E 0 D D2 53 2F
Octal 24 167 335 133 56 0 15 322 123 57
Binary 10100 1110111 11011101 1011011 101110 0 1101 11010010 1010011 101111

Color Harmonies of #1477DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1477DD

Black with #1477DD

Text Example


Text Example

White with #1477DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,119,221); }

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

background-color css

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

 a { background-color: rgb(20,119,221); }

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

border-color css

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

 span { border-color: rgb(20,119,221); }

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