Html Css Color HEX #1476CB Navy Blue

📋 copy color: '#1476CB'

red 20 ◦ green 118 ◦ blue 203

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

Shades of Navy Blue #1476CB

Tints of Navy Blue #1476CB

RGB

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

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

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

R = 5.87%
G = 34.6%
B = 59.53%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1476CB (or 0x1476CB) is known color: Navy Blue. HEX triplet: 14, 76 and CB. RGB value is (20,118,203). Sum of RGB (Red+Green+Blue) = 20+118+203=341 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.87% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 203 (79.69% from 255 or 59.53% from 341); Max value from RGB is 203 - color contains mainly: blue. Hex color #1476CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1476CB is #EB8934. Grayscale: #616161. Windows color (decimal): -15436085 or 13334036. OLE color: 13334036.

HSL color Cylindrical-coordinate representation of color #1476CB: hue angle of 207.87º 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 #1476CB is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 118 203 -
CMYK 0.90 0.42 0 0.20
HSL 207.87º 0.82% 0.44% -
HSV(B) 207.87º 0.9% 0.8% -
XYZ 17.55 17.42 58.94 -
YUV 98.39 187.03 72.09 -
System Red Green Blue C M Y K H S L
Decimal 20 118 203 0.90 0.42 0 0.20 207.87 0.82 0.44
Hex 14 76 CB 5A 2A 0 14 D0 52 2C
Octal 24 166 313 132 52 0 24 320 122 54
Binary 10100 1110110 11001011 1011010 101010 0 10100 11010000 1010010 101100

Color Harmonies of #1476CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1476CB

Black with #1476CB

Text Example


Text Example

White with #1476CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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