Html Css Color HEX #000ACC Medium Blue

📋 copy color: '#000ACC'

red 0 ◦ green 10 ◦ blue 204

#000ACC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #000ACC

Tints of Medium Blue #000ACC

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 10 (4.3% from 255) = 4.67%

 BLUE value IS 204 (80.08% from 255) = 95.33%

R = 0%
G = 4.67%
B = 95.33%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#000ACC (or 0x000ACC) is known color: 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

RGB 0 10 204 -
CMYK 1 0.95 0 0.2
HSL 237.06º 1% 0.4% -
HSV(B) 237.06º 1% 0.8% -
XYZ 11.01 4.58 57.43 -
YUV 29.13 226.69 107.23 -
System Red Green Blue C M Y K H S L
Decimal 0 10 204 1 0.95 0 0.2 237.06 1 0.4
Hex 0 A CC 64 5F 0 14 ED 64 28
Octal 0 12 314 144 137 0 24 355 144 50
Binary 0 1010 11001100 1100100 1011111 0 10100 11101101 1100100 101000

Color Harmonies of #000ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000ACC

Black with #000ACC

Text Example


Text Example

White with #000ACC

Text Example


Text Example

HTML Codes & Css Web 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>