#1972E6

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

Shades of Navy Blue #1972E6

Tints of Navy Blue #1972E6

Color information

#1972E6 (or 0x1972E6) is unknown color: approx Navy Blue. HEX triplet: 19, 72 and E6. RGB value is (25,114,230). Sum of RGB (Red+Green+Blue) = 25+114+230=369 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.78% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 230 (90.23% from 255 or 62.33% from 369); Max value from RGB is 230 - color contains mainly: blue. Hex color #1972E6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1972E6 is #E68D19. Grayscale: #646464. Windows color (decimal): -15109402 or 15102489. OLE color: 15102489.

HSL color Cylindrical-coordinate representation of color #1972E6: hue angle of 213.95º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1972E6 is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB25114230-
CMYK0.890.5000.10
HSL213.95º80.39%50%-
HSV(B)213.95º89.13%90.2%-
XYZ20.717.9577.24-
YUV100.61201.0174.07-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.78%
GREEN value IS 114 (44.92% from 255) = 30.89%
BLUE value IS 230 (90.23% from 255) = 62.33%
R=6.78%
G=30.89%
B=62.33%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal251142300.890.5000.10213.9580.3950
Hex1972E659320Ad65032
Octal311623461316201232612062
Binary11001111001011100110101100111001001010110101101010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1972E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1972E6; }

 p { color: rgb(25,114,230); }

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

<style>
 a { background-color: #1972E6; }

 a { background-color: rgb(25,114,230); }

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

<style>
 span { border-color: #1972E6; }

 span { border-color: rgb(25,114,230); }

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