Html Css Color HEX #000ACF Medium Blue

📋 copy color: '#000ACF'

red 0 ◦ green 10 ◦ blue 207

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

Shades of Medium Blue #000ACF

Tints of Medium Blue #000ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 95.39%

R = 0%
G = 4.61%
B = 95.39%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#000ACF (or 0x000ACF) is known color: Medium Blue. HEX triplet: 00, 0A and CF. RGB value is (0,10,207). Sum of RGB (Red+Green+Blue) = 0+10+207=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 207 (81.25% from 255 or 95.39% from 217); Max value from RGB is 207 - color contains mainly: blue. Hex color #000ACF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000ACF is #FFF530. Grayscale: #1C1C1C. Windows color (decimal): -16774449 or 13568512. OLE color: 13568512.

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

Color convert

RGB 0 10 207 -
CMYK 1 0.95 0 0.19
HSL 237.1º 1% 0.41% -
HSV(B) 237.1º 1% 0.81% -
XYZ 11.37 4.72 59.34 -
YUV 29.47 228.19 106.98 -
System Red Green Blue C M Y K H S L
Decimal 0 10 207 1 0.95 0 0.19 237.1 1 0.41
Hex 0 A CF 64 5F 0 13 ED 64 29
Octal 0 12 317 144 137 0 23 355 144 51
Binary 0 1010 11001111 1100100 1011111 0 10011 11101101 1100100 101001

Color Harmonies of #000ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000ACF

Black with #000ACF

Text Example


Text Example

White with #000ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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