#0669CB

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

Shades of Navy Blue #0669CB

Tints of Navy Blue #0669CB

Color information

#0669CB (or 0x0669CB) is unknown color: approx Navy Blue. HEX triplet: 06, 69 and CB. RGB value is (6,105,203). Sum of RGB (Red+Green+Blue) = 6+105+203=314 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.91% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 203 (79.69% from 255 or 64.65% from 314); Max value from RGB is 203 - color contains mainly: blue. Hex color #0669CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0669CB is #F99634. Grayscale: #565656. Windows color (decimal): -16356917 or 13330694. OLE color: 13330694.

HSL color Cylindrical-coordinate representation of color #0669CB: hue angle of 209.85º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0669CB is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6105203-
CMYK0.970.4800.20
HSL209.85º94.26%40.98%-
HSV(B)209.85º97.04%79.61%-
XYZ15.9114.4558.45-
YUV86.57193.770.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.91%
GREEN value IS 105 (41.41% from 255) = 33.44%
BLUE value IS 203 (79.69% from 255) = 64.65%
R=1.91%
G=33.44%
B=64.65%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal61052030.970.4800.20209.8594.2640.98
Hex669CB6130014d25e29
Octal61513131416002432213651
Binary1101101001110010111100001110000010100110100101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0669CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0669CB; }

 p { color: rgb(6,105,203); }

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

<style>
 a { background-color: #0669CB; }

 a { background-color: rgb(6,105,203); }

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

<style>
 span { border-color: #0669CB; }

 span { border-color: rgb(6,105,203); }

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