Html Css Color HEX #1477CB Navy Blue

📋 copy color: '#1477CB'

red 20 ◦ green 119 ◦ blue 203

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

Shades of Navy Blue #1477CB

Tints of Navy Blue #1477CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 59.36%

R = 5.85%
G = 34.8%
B = 59.36%

CMYK

 C value IS 0.90

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1477CB (or 0x1477CB) is known color: Navy Blue. HEX triplet: 14, 77 and CB. RGB value is (20,119,203). Sum of RGB (Red+Green+Blue) = 20+119+203=342 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.85% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 203 (79.69% from 255 or 59.36% from 342); Max value from RGB is 203 - color contains mainly: blue. Hex color #1477CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1477CB is #EB8834. Grayscale: #626262. Windows color (decimal): -15435829 or 13334292. OLE color: 13334292.

HSL color Cylindrical-coordinate representation of color #1477CB: hue angle of 207.54º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1477CB is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 119 203 -
CMYK 0.90 0.41 0 0.20
HSL 207.54º 0.82% 0.44% -
HSV(B) 207.54º 0.9% 0.8% -
XYZ 17.66 17.65 58.98 -
YUV 98.98 186.7 71.67 -
System Red Green Blue C M Y K H S L
Decimal 20 119 203 0.90 0.41 0 0.20 207.54 0.82 0.44
Hex 14 77 CB 5A 29 0 14 D0 52 2C
Octal 24 167 313 132 51 0 24 320 122 54
Binary 10100 1110111 11001011 1011010 101001 0 10100 11010000 1010010 101100

Color Harmonies of #1477CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1477CB

Black with #1477CB

Text Example


Text Example

White with #1477CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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