#0269DC

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

Shades of Navy Blue #0269DC

Tints of Navy Blue #0269DC

Color information

#0269DC (or 0x0269DC) is unknown color: approx Navy Blue. HEX triplet: 02, 69 and DC. RGB value is (2,105,220). Sum of RGB (Red+Green+Blue) = 2+105+220=327 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 220 (86.33% from 255 or 67.28% from 327); Max value from RGB is 220 - color contains mainly: blue. Hex color #0269DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0269DC is #FD9623. Grayscale: #565656. Windows color (decimal): -16619044 or 14444802. OLE color: 14444802.

HSL color Cylindrical-coordinate representation of color #0269DC: hue angle of 211.65º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0269DC is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB2105220-
CMYK0.990.5200.14
HSL211.65º98.2%43.53%-
HSV(B)211.65º99.09%86.27%-
XYZ17.9915.2869.71-
YUV87.31202.8867.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.61%
GREEN value IS 105 (41.41% from 255) = 32.11%
BLUE value IS 220 (86.33% from 255) = 67.28%
R=0.61%
G=32.11%
B=67.28%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21052200.990.5200.14211.6598.243.53
Hex269DC63340Ed4622c
Octal21513341436401632414254
Binary10110100111011100110001111010001110110101001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0269DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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