#0A66EB

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

Shades of Navy Blue #0A66EB

Tints of Navy Blue #0A66EB

Color information

#0A66EB (or 0x0A66EB) is unknown color: approx Navy Blue. HEX triplet: 0A, 66 and EB. RGB value is (10,102,235). Sum of RGB (Red+Green+Blue) = 10+102+235=347 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.88% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 235 (92.19% from 255 or 67.72% from 347); Max value from RGB is 235 - color contains mainly: blue. Hex color #0A66EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A66EB is #F59914. Grayscale: #595959. Windows color (decimal): -16095509 or 15427082. OLE color: 15427082.

HSL color Cylindrical-coordinate representation of color #0A66EB: hue angle of 215.47º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A66EB is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10102235-
CMYK0.960.5700.08
HSL215.47º91.84%48.04%-
HSV(B)215.47º95.74%92.16%-
XYZ19.8715.5780.55-
YUV89.65210.0271.19-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.88%
GREEN value IS 102 (40.23% from 255) = 29.39%
BLUE value IS 235 (92.19% from 255) = 67.72%
R=2.88%
G=29.39%
B=67.72%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal101022350.960.5700.08215.4791.8448.04
HexA66EB603908d75c30
Octal121463531407101032713460
Binary1010110011011101011110000011100101000110101111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A66EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A66EB; }

 p { color: rgb(10,102,235); }

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

<style>
 a { background-color: #0A66EB; }

 a { background-color: rgb(10,102,235); }

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

<style>
 span { border-color: #0A66EB; }

 span { border-color: rgb(10,102,235); }

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