#0272E9

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

Shades of Navy Blue #0272E9

Tints of Navy Blue #0272E9

Color information

#0272E9 (or 0x0272E9) is unknown color: approx Navy Blue. HEX triplet: 02, 72 and E9. RGB value is (2,114,233). Sum of RGB (Red+Green+Blue) = 2+114+233=349 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 233 (91.41% from 255 or 66.76% from 349); Max value from RGB is 233 - color contains mainly: blue. Hex color #0272E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0272E9 is #FD8D16. Grayscale: #5D5D5D. Windows color (decimal): -16616727 or 15299074. OLE color: 15299074.

HSL color Cylindrical-coordinate representation of color #0272E9: hue angle of 210.91º 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 #0272E9 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB2114233-
CMYK0.990.5100.09
HSL210.91º98.3%46.08%-
HSV(B)210.91º99.14%91.37%-
XYZ20.7517.9379.46-
YUV94.08206.3962.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.57%
GREEN value IS 114 (44.92% from 255) = 32.66%
BLUE value IS 233 (91.41% from 255) = 66.76%
R=0.57%
G=32.66%
B=66.76%

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
Decimal21142330.990.5100.09210.9198.346.08
Hex272E9633309d3622e
Octal21623511436301132314256
Binary10111001011101001110001111001101001110100111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0272E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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