Html Css Color HEX #1474CD Navy Blue

📋 copy color: '#1474CD'

red 20 ◦ green 116 ◦ blue 205

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

Shades of Navy Blue #1474CD

Tints of Navy Blue #1474CD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.02%

 BLUE value IS 205 (80.47% from 255) = 60.12%

R = 5.87%
G = 34.02%
B = 60.12%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1474CD (or 0x1474CD) is known color: Navy Blue. HEX triplet: 14, 74 and CD. RGB value is (20,116,205). Sum of RGB (Red+Green+Blue) = 20+116+205=341 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.87% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 205 (80.47% from 255 or 60.12% from 341); Max value from RGB is 205 - color contains mainly: blue. Hex color #1474CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1474CD is #EB8B32. Grayscale: #606060. Windows color (decimal): -15436595 or 13464596. OLE color: 13464596.

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

Color convert

RGB 20 116 205 -
CMYK 0.90 0.43 0 0.20
HSL 208.86º 0.82% 0.44% -
HSV(B) 208.86º 0.9% 0.8% -
XYZ 17.55 17.05 60.12 -
YUV 97.44 188.7 72.76 -
System Red Green Blue C M Y K H S L
Decimal 20 116 205 0.90 0.43 0 0.20 208.86 0.82 0.44
Hex 14 74 CD 5A 2B 0 14 D1 52 2C
Octal 24 164 315 132 53 0 24 321 122 54
Binary 10100 1110100 11001101 1011010 101011 0 10100 11010001 1010010 101100

Color Harmonies of #1474CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1474CD

Black with #1474CD

Text Example


Text Example

White with #1474CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1474CD; }

 p { color: rgb(20,116,205); }

 H1.HeaderClassName
 {
   color: #1474CD;
 }
 .AnyTagClassName
 {
   color: #1474CD;
 }
</style>

background-color css

<style>
 a { background-color: #1474CD; }

 a { background-color: rgb(20,116,205); }

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

border-color css

<style>
 span { border-color: #1474CD; }

 span { border-color: rgb(20,116,205); }

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