Html Css Color HEX #1470CC Navy Blue

📋 copy color: '#1470CC'

red 20 ◦ green 112 ◦ blue 204

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

Shades of Navy Blue #1470CC

Tints of Navy Blue #1470CC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.33%

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

R = 5.95%
G = 33.33%
B = 60.71%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1470CC (or 0x1470CC) is known color: Navy Blue. HEX triplet: 14, 70 and CC. RGB value is (20,112,204). Sum of RGB (Red+Green+Blue) = 20+112+204=336 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.95% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #1470CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1470CC is #EB8F33. Grayscale: #5E5E5E. Windows color (decimal): -15437620 or 13398036. OLE color: 13398036.

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

Color convert

RGB 20 112 204 -
CMYK 0.90 0.45 0 0.2
HSL 210º 0.82% 0.44% -
HSV(B) 210º 0.9% 0.8% -
XYZ 16.98 16.1 59.34 -
YUV 94.98 189.52 74.52 -
System Red Green Blue C M Y K H S L
Decimal 20 112 204 0.90 0.45 0 0.2 210 0.82 0.44
Hex 14 70 CC 5A 2D 0 14 D2 52 2C
Octal 24 160 314 132 55 0 24 322 122 54
Binary 10100 1110000 11001100 1011010 101101 0 10100 11010010 1010010 101100

Color Harmonies of #1470CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1470CC

Black with #1470CC

Text Example


Text Example

White with #1470CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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