#0248E1

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

Shades of Navy Blue #0248E1

Tints of Navy Blue #0248E1

Color information

#0248E1 (or 0x0248E1) is unknown color: approx Navy Blue. HEX triplet: 02, 48 and E1. RGB value is (2,72,225). Sum of RGB (Red+Green+Blue) = 2+72+225=299 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 225 (88.28% from 255 or 75.25% from 299); Max value from RGB is 225 - color contains mainly: blue. Hex color #0248E1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0248E1 is #FDB71E. Grayscale: #434343. Windows color (decimal): -16627487 or 14764034. OLE color: 14764034.

HSL color Cylindrical-coordinate representation of color #0248E1: hue angle of 221.17º 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 #0248E1 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB272225-
CMYK0.990.6800.12
HSL221.17º98.24%44.51%-
HSV(B)221.17º99.11%88.24%-
XYZ15.9310.0872.34-
YUV68.51216.3180.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.67%
GREEN value IS 72 (28.52% from 255) = 24.08%
BLUE value IS 225 (88.28% from 255) = 75.25%
R=0.67%
G=24.08%
B=75.25%

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
Decimal2722250.990.6800.12221.1798.2444.51
Hex248E163440Cdd622d
Octal211034114310401433514255
Binary101001000111000011100011100010001100110111011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0248E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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