Html Css Color HEX #000AC3 Medium Blue

📋 copy color: '#000AC3'

red 0 ◦ green 10 ◦ blue 195

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

Shades of Medium Blue #000AC3

Tints of Medium Blue #000AC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 95.12%

R = 0%
G = 4.88%
B = 95.12%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#000AC3 (or 0x000AC3) is known color: Medium Blue. HEX triplet: 00, 0A and C3. RGB value is (0,10,195). Sum of RGB (Red+Green+Blue) = 0+10+195=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 10 (4.30% from 255 or 4.88% from 205); Blue value is 195 (76.56% from 255 or 95.12% from 205); Max value from RGB is 195 - color contains mainly: blue. Hex color #000AC3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000AC3 is #FFF53C. Grayscale: #1B1B1B. Windows color (decimal): -16774461 or 12782080. OLE color: 12782080.

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

Color convert

RGB 0 10 195 -
CMYK 1 0.95 0 0.24
HSL 236.92º 1% 0.38% -
HSV(B) 236.92º 1% 0.76% -
XYZ 9.96 4.16 51.91 -
YUV 28.1 222.19 107.96 -
System Red Green Blue C M Y K H S L
Decimal 0 10 195 1 0.95 0 0.24 236.92 1 0.38
Hex 0 A C3 64 5F 0 18 ED 64 26
Octal 0 12 303 144 137 0 30 355 144 46
Binary 0 1010 11000011 1100100 1011111 0 11000 11101101 1100100 100110

Color Harmonies of #000AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000AC3

Black with #000AC3

Text Example


Text Example

White with #000AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #000AC3;
 }
 .AnyTagClassName
 {
   color: #000AC3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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