Html Css Color HEX #1472CC Navy Blue

📋 copy color: '#1472CC'

red 20 ◦ green 114 ◦ blue 204

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

Shades of Navy Blue #1472CC

Tints of Navy Blue #1472CC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.73%

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

R = 5.92%
G = 33.73%
B = 60.36%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1472CC (or 0x1472CC) is known color: Navy Blue. HEX triplet: 14, 72 and CC. RGB value is (20,114,204). Sum of RGB (Red+Green+Blue) = 20+114+204=338 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.92% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 204 (80.08% from 255 or 60.36% from 338); Max value from RGB is 204 - color contains mainly: blue. Hex color #1472CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1472CC is #EB8D33. Grayscale: #5F5F5F. Windows color (decimal): -15437108 or 13398548. OLE color: 13398548.

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

Color convert

RGB 20 114 204 -
CMYK 0.90 0.44 0 0.2
HSL 209.35º 0.82% 0.44% -
HSV(B) 209.35º 0.9% 0.8% -
XYZ 17.2 16.54 59.41 -
YUV 96.15 188.86 73.68 -
System Red Green Blue C M Y K H S L
Decimal 20 114 204 0.90 0.44 0 0.2 209.35 0.82 0.44
Hex 14 72 CC 5A 2C 0 14 D1 52 2C
Octal 24 162 314 132 54 0 24 321 122 54
Binary 10100 1110010 11001100 1011010 101100 0 10100 11010001 1010010 101100

Color Harmonies of #1472CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1472CC

Black with #1472CC

Text Example


Text Example

White with #1472CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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