#066CF2

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

Shades of Navy Blue #066CF2

Tints of Navy Blue #066CF2

Color information

#066CF2 (or 0x066CF2) is unknown color: approx Navy Blue. HEX triplet: 06, 6C and F2. RGB value is (6,108,242). Sum of RGB (Red+Green+Blue) = 6+108+242=356 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 242 (94.92% from 255 or 67.98% from 356); Max value from RGB is 242 - color contains mainly: blue. Hex color #066CF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066CF2 is #F9930D. Grayscale: #5C5C5C. Windows color (decimal): -16356110 or 15887366. OLE color: 15887366.

HSL color Cylindrical-coordinate representation of color #066CF2: hue angle of 214.07º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #066CF2 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6108242-
CMYK0.980.5500.05
HSL214.07º95.16%48.63%-
HSV(B)214.07º97.52%94.9%-
XYZ21.4617.1786.19-
YUV92.78212.2166.1-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.69%
GREEN value IS 108 (42.58% from 255) = 30.34%
BLUE value IS 242 (94.92% from 255) = 67.98%
R=1.69%
G=30.34%
B=67.98%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal61082420.980.5500.05214.0795.1648.63
Hex66CF2623705d65f31
Octal6154362142670532613761
Binary11011011001111001011000101101110101110101101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066CF2; }

 p { color: rgb(6,108,242); }

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

<style>
 a { background-color: #066CF2; }

 a { background-color: rgb(6,108,242); }

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

<style>
 span { border-color: #066CF2; }

 span { border-color: rgb(6,108,242); }

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