#0055E2

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

Shades of Navy Blue #0055E2

Tints of Navy Blue #0055E2

Color information

#0055E2 (or 0x0055E2) is unknown color: approx Navy Blue. HEX triplet: 00, 55 and E2. RGB value is (0,85,226). Sum of RGB (Red+Green+Blue) = 0+85+226=311 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 226 (88.67% from 255 or 72.67% from 311); Max value from RGB is 226 - color contains mainly: blue. Hex color #0055E2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0055E2 is #FFAA1D. Grayscale: #4B4B4B. Windows color (decimal): -16755230 or 14832896. OLE color: 14832896.

HSL color Cylindrical-coordinate representation of color #0055E2: hue angle of 217.43º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0055E2 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB085226-
CMYK10.6200.11
HSL217.43º100%44.31%-
HSV(B)217.43º100%88.63%-
XYZ16.9811.9973.37-
YUV75.66212.8474.04-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 85 (33.59% from 255) = 27.33%
BLUE value IS 226 (88.67% from 255) = 72.67%
R=0%
G=27.33%
B=72.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal08522610.6200.11217.4310044.31
Hex055E2643E0Bd9642c
Octal01253421447601333114454
Binary0101010111100010110010011111001011110110011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0055E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,85,226); }

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

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

 a { background-color: rgb(0,85,226); }

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

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

 span { border-color: rgb(0,85,226); }

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