#0073E1

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

Shades of Navy Blue #0073E1

Tints of Navy Blue #0073E1

Color information

#0073E1 (or 0x0073E1) is unknown color: approx Navy Blue. HEX triplet: 00, 73 and E1. RGB value is (0,115,225). Sum of RGB (Red+Green+Blue) = 0+115+225=340 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 225 (88.28% from 255 or 66.18% from 340); Max value from RGB is 225 - color contains mainly: blue. Hex color #0073E1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0073E1 is #FF8C1E. Grayscale: #5C5C5C. Windows color (decimal): -16747551 or 14775040. OLE color: 14775040.

HSL color Cylindrical-coordinate representation of color #0073E1: hue angle of 209.33º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0073E1 is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB0115225-
CMYK10.4900.12
HSL209.33º100%44.12%-
HSV(B)209.33º100%88.24%-
XYZ19.7217.773.61-
YUV93.16202.461.56-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 115 (45.31% from 255) = 33.82%
BLUE value IS 225 (88.28% from 255) = 66.18%
R=0%
G=33.82%
B=66.18%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal011522510.4900.12209.3310044.12
Hex073E164310Cd1642c
Octal01633411446101432114454
Binary0111001111100001110010011000101100110100011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0073E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0073E1; }

 p { color: rgb(0,115,225); }

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

<style>
 a { background-color: #0073E1; }

 a { background-color: rgb(0,115,225); }

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

<style>
 span { border-color: #0073E1; }

 span { border-color: rgb(0,115,225); }

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