Html Css Color HEX #1472CE Navy Blue

📋 copy color: '#1472CE'

red 20 ◦ green 114 ◦ blue 206

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

Shades of Navy Blue #1472CE

Tints of Navy Blue #1472CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 60.59%

R = 5.88%
G = 33.53%
B = 60.59%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1472CE (or 0x1472CE) is known color: Navy Blue. HEX triplet: 14, 72 and CE. RGB value is (20,114,206). Sum of RGB (Red+Green+Blue) = 20+114+206=340 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.88% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #1472CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1472CE is #EB8D31. Grayscale: #5F5F5F. Windows color (decimal): -15437106 or 13529620. OLE color: 13529620.

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

Color convert

RGB 20 114 206 -
CMYK 0.90 0.45 0 0.19
HSL 209.68º 0.82% 0.44% -
HSV(B) 209.68º 0.9% 0.81% -
XYZ 17.45 16.64 60.68 -
YUV 96.38 189.86 73.52 -
System Red Green Blue C M Y K H S L
Decimal 20 114 206 0.90 0.45 0 0.19 209.68 0.82 0.44
Hex 14 72 CE 5A 2D 0 13 D2 52 2C
Octal 24 162 316 132 55 0 23 322 122 54
Binary 10100 1110010 11001110 1011010 101101 0 10011 11010010 1010010 101100

Color Harmonies of #1472CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1472CE

Black with #1472CE

Text Example


Text Example

White with #1472CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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