Html Css Color HEX #1476CC Navy Blue

📋 copy color: '#1476CC'

red 20 ◦ green 118 ◦ blue 204

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

Shades of Navy Blue #1476CC

Tints of Navy Blue #1476CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 59.65%

R = 5.85%
G = 34.5%
B = 59.65%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1476CC (or 0x1476CC) is known color: Navy Blue. HEX triplet: 14, 76 and CC. RGB value is (20,118,204). Sum of RGB (Red+Green+Blue) = 20+118+204=342 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.85% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 204 (80.08% from 255 or 59.65% from 342); Max value from RGB is 204 - color contains mainly: blue. Hex color #1476CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1476CC is #EB8933. Grayscale: #626262. Windows color (decimal): -15436084 or 13399572. OLE color: 13399572.

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

Color convert

RGB 20 118 204 -
CMYK 0.90 0.42 0 0.2
HSL 208.04º 0.82% 0.44% -
HSV(B) 208.04º 0.9% 0.8% -
XYZ 17.67 17.47 59.57 -
YUV 98.5 187.53 72.01 -
System Red Green Blue C M Y K H S L
Decimal 20 118 204 0.90 0.42 0 0.2 208.04 0.82 0.44
Hex 14 76 CC 5A 2A 0 14 D0 52 2C
Octal 24 166 314 132 52 0 24 320 122 54
Binary 10100 1110110 11001100 1011010 101010 0 10100 11010000 1010010 101100

Color Harmonies of #1476CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1476CC

Black with #1476CC

Text Example


Text Example

White with #1476CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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