#0244E2

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

Shades of Navy Blue #0244E2

Tints of Navy Blue #0244E2

Color information

#0244E2 (or 0x0244E2) is unknown color: approx Navy Blue. HEX triplet: 02, 44 and E2. RGB value is (2,68,226). Sum of RGB (Red+Green+Blue) = 2+68+226=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 226 (88.67% from 255 or 76.35% from 296); Max value from RGB is 226 - color contains mainly: blue. Hex color #0244E2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0244E2 is #FDBB1D. Grayscale: #414141. Windows color (decimal): -16628510 or 14828546. OLE color: 14828546.

HSL color Cylindrical-coordinate representation of color #0244E2: hue angle of 222.32º 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 #0244E2 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB268226-
CMYK0.990.7000.11
HSL222.32º98.25%44.71%-
HSV(B)222.32º99.12%88.63%-
XYZ15.829.6472.98-
YUV66.28218.1382.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.68%
GREEN value IS 68 (26.95% from 255) = 22.97%
BLUE value IS 226 (88.67% from 255) = 76.35%
R=0.68%
G=22.97%
B=76.35%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2682260.990.7000.11222.3298.2544.71
Hex244E263460Bde622d
Octal210434214310601333614255
Binary101000100111000101100011100011001011110111101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0244E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0244E2; }

 p { color: rgb(2,68,226); }

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

<style>
 a { background-color: #0244E2; }

 a { background-color: rgb(2,68,226); }

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

<style>
 span { border-color: #0244E2; }

 span { border-color: rgb(2,68,226); }

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