#0273E9

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

Shades of Navy Blue #0273E9

Tints of Navy Blue #0273E9

Color information

#0273E9 (or 0x0273E9) is unknown color: approx Navy Blue. HEX triplet: 02, 73 and E9. RGB value is (2,115,233). Sum of RGB (Red+Green+Blue) = 2+115+233=350 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 233 (91.41% from 255 or 66.57% from 350); Max value from RGB is 233 - color contains mainly: blue. Hex color #0273E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0273E9 is #FD8C16. Grayscale: #5E5E5E. Windows color (decimal): -16616471 or 15299330. OLE color: 15299330.

HSL color Cylindrical-coordinate representation of color #0273E9: hue angle of 210.65º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0273E9 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB2115233-
CMYK0.990.5100.09
HSL210.65º98.3%46.08%-
HSV(B)210.65º99.14%91.37%-
XYZ20.8618.1679.5-
YUV94.66206.0661.91-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.57%
GREEN value IS 115 (45.31% from 255) = 32.86%
BLUE value IS 233 (91.41% from 255) = 66.57%
R=0.57%
G=32.86%
B=66.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal21152330.990.5100.09210.6598.346.08
Hex273E9633309d3622e
Octal21633511436301132314256
Binary10111001111101001110001111001101001110100111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0273E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0273E9; }

 p { color: rgb(2,115,233); }

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

<style>
 a { background-color: #0273E9; }

 a { background-color: rgb(2,115,233); }

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

<style>
 span { border-color: #0273E9; }

 span { border-color: rgb(2,115,233); }

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