#0263E2

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

Shades of Navy Blue #0263E2

Tints of Navy Blue #0263E2

Color information

#0263E2 (or 0x0263E2) is unknown color: approx Navy Blue. HEX triplet: 02, 63 and E2. RGB value is (2,99,226). Sum of RGB (Red+Green+Blue) = 2+99+226=327 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 226 (88.67% from 255 or 69.11% from 327); Max value from RGB is 226 - color contains mainly: blue. Hex color #0263E2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0263E2 is #FD9C1D. Grayscale: #535353. Windows color (decimal): -16620574 or 14836482. OLE color: 14836482.

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

Color convert

RGB299226-
CMYK0.990.5600.11
HSL214.02º98.25%44.71%-
HSV(B)214.02º99.12%88.63%-
XYZ18.2114.4373.78-
YUV84.48207.8669.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.61%
GREEN value IS 99 (39.06% from 255) = 30.28%
BLUE value IS 226 (88.67% from 255) = 69.11%
R=0.61%
G=30.28%
B=69.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2992260.990.5600.11214.0298.2544.71
Hex263E263380Bd6622d
Octal21433421437001332614255
Binary10110001111100010110001111100001011110101101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0263E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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