#000ACC

Color #000ACC Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #000ACC

Tints of Medium Blue #000ACC

Color information

#000ACC (or 0x000ACC) is unknown color: approx Medium Blue. HEX triplet: 00, 0A and CC. RGB value is (0,10,204). Sum of RGB (Red+Green+Blue) = 0+10+204=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 10 (4.30% from 255 or 4.67% from 214); Blue value is 204 (80.08% from 255 or 95.33% from 214); Max value from RGB is 204 - color contains mainly: blue. Hex color #000ACC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000ACC is #FFF533. Grayscale: #1C1C1C. Windows color (decimal): -16774452 or 13371904. OLE color: 13371904.

HSL color Cylindrical-coordinate representation of color #000ACC: hue angle of 237.06º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000ACC is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB010204-
CMYK10.9500.2
HSL237.06º100%40%-
HSV(B)237.06º100%80%-
XYZ11.014.5857.43-
YUV29.13226.69107.23-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 10 (4.30% from 255) = 4.67%
BLUE value IS 204 (80.08% from 255) = 95.33%
R=0%
G=4.67%
B=95.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal01020410.9500.2237.0610040
Hex0ACC645F014ed6428
Octal01231414413702435514450
Binary010101100110011001001011111010100111011011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000ACC; }

 p { color: rgb(0,10,204); }

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

<style>
 a { background-color: #000ACC; }

 a { background-color: rgb(0,10,204); }

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

<style>
 span { border-color: #000ACC; }

 span { border-color: rgb(0,10,204); }

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