#0469C6

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

Shades of Navy Blue #0469C6

Tints of Navy Blue #0469C6

Color information

#0469C6 (or 0x0469C6) is unknown color: approx Navy Blue. HEX triplet: 04, 69 and C6. RGB value is (4,105,198). Sum of RGB (Red+Green+Blue) = 4+105+198=307 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 198 (77.73% from 255 or 64.50% from 307); Max value from RGB is 198 - color contains mainly: blue. Hex color #0469C6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0469C6 is #FB9639. Grayscale: #545454. Windows color (decimal): -16487994 or 13003012. OLE color: 13003012.

HSL color Cylindrical-coordinate representation of color #0469C6: hue angle of 208.76º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0469C6 is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB4105198-
CMYK0.980.4700.22
HSL208.76º96.04%39.61%-
HSV(B)208.76º97.98%77.65%-
XYZ15.2914.2155.36-
YUV85.4191.5469.94-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.30%
GREEN value IS 105 (41.41% from 255) = 34.20%
BLUE value IS 198 (77.73% from 255) = 64.50%
R=1.30%
G=34.20%
B=64.50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal41051980.980.4700.22208.7696.0439.61
Hex469C6622F016d16028
Octal41513061425702632114050
Binary1001101001110001101100010101111010110110100011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0469C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0469C6; }

 p { color: rgb(4,105,198); }

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

<style>
 a { background-color: #0469C6; }

 a { background-color: rgb(4,105,198); }

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

<style>
 span { border-color: #0469C6; }

 span { border-color: rgb(4,105,198); }

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