Html Css Color HEX #1474DC Navy Blue

📋 copy color: '#1474DC'

red 20 ◦ green 116 ◦ blue 220

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

Shades of Navy Blue #1474DC

Tints of Navy Blue #1474DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 61.8%

R = 5.62%
G = 32.58%
B = 61.8%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1474DC (or 0x1474DC) is known color: Navy Blue. HEX triplet: 14, 74 and DC. RGB value is (20,116,220). Sum of RGB (Red+Green+Blue) = 20+116+220=356 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.62% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 220 (86.33% from 255 or 61.80% from 356); Max value from RGB is 220 - color contains mainly: blue. Hex color #1474DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1474DC is #EB8B23. Grayscale: #626262. Windows color (decimal): -15436580 or 14447636. OLE color: 14447636.

HSL color Cylindrical-coordinate representation of color #1474DC: hue angle of 211.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1474DC is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 116 220 -
CMYK 0.91 0.47 0 0.14
HSL 211.2º 0.83% 0.47% -
HSV(B) 211.2º 0.91% 0.86% -
XYZ 19.45 17.81 70.12 -
YUV 99.15 196.2 71.54 -
System Red Green Blue C M Y K H S L
Decimal 20 116 220 0.91 0.47 0 0.14 211.2 0.83 0.47
Hex 14 74 DC 5B 2F 0 E D3 53 2F
Octal 24 164 334 133 57 0 16 323 123 57
Binary 10100 1110100 11011100 1011011 101111 0 1110 11010011 1010011 101111

Color Harmonies of #1474DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1474DC

Black with #1474DC

Text Example


Text Example

White with #1474DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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