#0269FA

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

Shades of Navy Blue #0269FA

Tints of Navy Blue #0269FA

Color information

#0269FA (or 0x0269FA) is unknown color: approx Navy Blue. HEX triplet: 02, 69 and FA. RGB value is (2,105,250). Sum of RGB (Red+Green+Blue) = 2+105+250=357 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 250 (98.05% from 255 or 70.03% from 357); Max value from RGB is 250 - color contains mainly: blue. Hex color #0269FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0269FA is #FD9605. Grayscale: #5A5A5A. Windows color (decimal): -16619014 or 16410882. OLE color: 16410882.

HSL color Cylindrical-coordinate representation of color #0269FA: hue angle of 215.08º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0269FA is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2105250-
CMYK0.990.5800.02
HSL215.08º98.41%49.41%-
HSV(B)215.08º99.2%98.04%-
XYZ22.3317.0292.55-
YUV90.73217.8864.71-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.56%
GREEN value IS 105 (41.41% from 255) = 29.41%
BLUE value IS 250 (98.05% from 255) = 70.03%
R=0.56%
G=29.41%
B=70.03%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal21052500.990.5800.02215.0898.4149.41
Hex269FA633A02d76231
Octal2151372143720232714261
Binary101101001111110101100011111010010110101111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0269FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0269FA; }

 p { color: rgb(2,105,250); }

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

<style>
 a { background-color: #0269FA; }

 a { background-color: rgb(2,105,250); }

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

<style>
 span { border-color: #0269FA; }

 span { border-color: rgb(2,105,250); }

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