Html Css Color HEX #1474CF Navy Blue

📋 copy color: '#1474CF'

red 20 ◦ green 116 ◦ blue 207

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

Shades of Navy Blue #1474CF

Tints of Navy Blue #1474CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 60.35%

R = 5.83%
G = 33.82%
B = 60.35%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1474CF (or 0x1474CF) is known color: Navy Blue. HEX triplet: 14, 74 and CF. RGB value is (20,116,207). Sum of RGB (Red+Green+Blue) = 20+116+207=343 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.83% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 207 (81.25% from 255 or 60.35% from 343); Max value from RGB is 207 - color contains mainly: blue. Hex color #1474CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1474CF is #EB8B30. Grayscale: #616161. Windows color (decimal): -15436593 or 13595668. OLE color: 13595668.

HSL color Cylindrical-coordinate representation of color #1474CF: hue angle of 209.2º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1474CF is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 116 207 -
CMYK 0.90 0.44 0 0.19
HSL 209.2º 0.82% 0.45% -
HSV(B) 209.2º 0.9% 0.81% -
XYZ 17.8 17.14 61.4 -
YUV 97.67 189.7 72.6 -
System Red Green Blue C M Y K H S L
Decimal 20 116 207 0.90 0.44 0 0.19 209.2 0.82 0.45
Hex 14 74 CF 5A 2C 0 13 D1 52 2D
Octal 24 164 317 132 54 0 23 321 122 55
Binary 10100 1110100 11001111 1011010 101100 0 10011 11010001 1010010 101101

Color Harmonies of #1474CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1474CF

Black with #1474CF

Text Example


Text Example

White with #1474CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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