#1C72DF

Color #1C72DF Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #1C72DF

Tints of Navy Blue #1C72DF

Color information

#1C72DF (or 0x1C72DF) is unknown color: approx Navy Blue. HEX triplet: 1C, 72 and DF. RGB value is (28,114,223). Sum of RGB (Red+Green+Blue) = 28+114+223=365 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.67% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #1C72DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C72DF is #E38D20. Grayscale: #646464. Windows color (decimal): -14912801 or 14643740. OLE color: 14643740.

HSL color Cylindrical-coordinate representation of color #1C72DF: hue angle of 213.54º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C72DF is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB28114223-
CMYK0.870.4900.13
HSL213.54º77.69%49.22%-
HSV(B)213.54º87.44%87.45%-
XYZ19.8217.6172.17-
YUV100.71197.0176.14-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.67%
GREEN value IS 114 (44.92% from 255) = 31.23%
BLUE value IS 223 (87.5% from 255) = 61.10%
R=7.67%
G=31.23%
B=61.10%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal281142230.870.4900.13213.5477.6949.22
Hex1C72DF57310Dd64e31
Octal341623371276101532611661
Binary11100111001011011111101011111000101101110101101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C72DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C72DF; }

 p { color: rgb(28,114,223); }

 H1.HeaderClassName
 {
   color: #1C72DF;
 }
 .AnyTagClassName
 {
   color: #1C72DF;
 }
</style>
background-color css

<style>
 a { background-color: #1C72DF; }

 a { background-color: rgb(28,114,223); }

 div.DivClassName
 {
   background-color: #1C72DF;
 }
 .BgClassName
 {
   background-color: #1C72DF;
 }
</style>
border-color css

<style>
 span { border-color: #1C72DF; }

 span { border-color: rgb(28,114,223); }

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