#0254E3

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

Shades of Navy Blue #0254E3

Tints of Navy Blue #0254E3

Color information

#0254E3 (or 0x0254E3) is unknown color: approx Navy Blue. HEX triplet: 02, 54 and E3. RGB value is (2,84,227). Sum of RGB (Red+Green+Blue) = 2+84+227=313 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 227 (89.06% from 255 or 72.52% from 313); Max value from RGB is 227 - color contains mainly: blue. Hex color #0254E3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0254E3 is #FDAB1C. Grayscale: #4B4B4B. Windows color (decimal): -16624413 or 14898178. OLE color: 14898178.

HSL color Cylindrical-coordinate representation of color #0254E3: hue angle of 218.13º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0254E3 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB284227-
CMYK0.990.6300.11
HSL218.13º98.25%44.9%-
HSV(B)218.13º99.12%89.02%-
XYZ17.0611.974.07-
YUV75.78213.3375.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.64%
GREEN value IS 84 (33.20% from 255) = 26.84%
BLUE value IS 227 (89.06% from 255) = 72.52%
R=0.64%
G=26.84%
B=72.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2842270.990.6300.11218.1398.2544.9
Hex254E3633F0Bda622d
Octal21243431437701333214255
Binary10101010011100011110001111111101011110110101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0254E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0254E3; }

 p { color: rgb(2,84,227); }

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

<style>
 a { background-color: #0254E3; }

 a { background-color: rgb(2,84,227); }

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

<style>
 span { border-color: #0254E3; }

 span { border-color: rgb(2,84,227); }

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