#1970E8

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

Shades of Navy Blue #1970E8

Tints of Navy Blue #1970E8

Color information

#1970E8 (or 0x1970E8) is unknown color: approx Navy Blue. HEX triplet: 19, 70 and E8. RGB value is (25,112,232). Sum of RGB (Red+Green+Blue) = 25+112+232=369 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.78% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 232 (91.02% from 255 or 62.87% from 369); Max value from RGB is 232 - color contains mainly: blue. Hex color #1970E8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1970E8 is #E68F17. Grayscale: #636363. Windows color (decimal): -15109912 or 15233049. OLE color: 15233049.

HSL color Cylindrical-coordinate representation of color #1970E8: hue angle of 214.78º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1970E8 is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB25112232-
CMYK0.890.5200.09
HSL214.78º81.82%50.39%-
HSV(B)214.78º89.22%90.98%-
XYZ20.7617.6278.65-
YUV99.67202.6874.74-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.78%
GREEN value IS 112 (44.14% from 255) = 30.35%
BLUE value IS 232 (91.02% from 255) = 62.87%
R=6.78%
G=30.35%
B=62.87%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal251122320.890.5200.09214.7881.8250.39
Hex1970E8593409d75232
Octal311603501316401132712262
Binary11001111000011101000101100111010001001110101111010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1970E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1970E8; }

 p { color: rgb(25,112,232); }

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

<style>
 a { background-color: #1970E8; }

 a { background-color: rgb(25,112,232); }

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

<style>
 span { border-color: #1970E8; }

 span { border-color: rgb(25,112,232); }

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