Html Css Color HEX #1478CF Navy Blue

📋 copy color: '#1478CF'

red 20 ◦ green 120 ◦ blue 207

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

Shades of Navy Blue #1478CF

Tints of Navy Blue #1478CF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.58%

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

R = 5.76%
G = 34.58%
B = 59.65%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1478CF (or 0x1478CF) is known color: Navy Blue. HEX triplet: 14, 78 and CF. RGB value is (20,120,207). Sum of RGB (Red+Green+Blue) = 20+120+207=347 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.76% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #1478CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1478CF is #EB8730. Grayscale: #636363. Windows color (decimal): -15435569 or 13596692. OLE color: 13596692.

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

Color convert

RGB 20 120 207 -
CMYK 0.90 0.42 0 0.19
HSL 207.91º 0.82% 0.45% -
HSV(B) 207.91º 0.9% 0.81% -
XYZ 18.27 18.09 61.56 -
YUV 100.02 188.37 70.93 -
System Red Green Blue C M Y K H S L
Decimal 20 120 207 0.90 0.42 0 0.19 207.91 0.82 0.45
Hex 14 78 CF 5A 2A 0 13 D0 52 2D
Octal 24 170 317 132 52 0 23 320 122 55
Binary 10100 1111000 11001111 1011010 101010 0 10011 11010000 1010010 101101

Color Harmonies of #1478CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1478CF

Black with #1478CF

Text Example


Text Example

White with #1478CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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