#0249E1

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

Shades of Navy Blue #0249E1

Tints of Navy Blue #0249E1

Color information

#0249E1 (or 0x0249E1) is unknown color: approx Navy Blue. HEX triplet: 02, 49 and E1. RGB value is (2,73,225). Sum of RGB (Red+Green+Blue) = 2+73+225=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 225 (88.28% from 255 or 75% from 300); Max value from RGB is 225 - color contains mainly: blue. Hex color #0249E1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0249E1 is #FDB61E. Grayscale: #444444. Windows color (decimal): -16627231 or 14764290. OLE color: 14764290.

HSL color Cylindrical-coordinate representation of color #0249E1: hue angle of 220.9º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0249E1 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB273225-
CMYK0.990.6800.12
HSL220.9º98.24%44.51%-
HSV(B)220.9º99.11%88.24%-
XYZ1610.2172.36-
YUV69.1215.9880.14-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.67%
GREEN value IS 73 (28.91% from 255) = 24.33%
BLUE value IS 225 (88.28% from 255) = 75%
R=0.67%
G=24.33%
B=75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2732250.990.6800.12220.998.2444.51
Hex249E163440Cdd622d
Octal211134114310401433514255
Binary101001001111000011100011100010001100110111011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0249E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,73,225); }

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

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

 a { background-color: rgb(2,73,225); }

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

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

 span { border-color: rgb(2,73,225); }

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