Html Css Color HEX #000ABC Medium Blue

📋 copy color: '#000ABC'

red 0 ◦ green 10 ◦ blue 188

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

Shades of Medium Blue #000ABC

Tints of Medium Blue #000ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 94.95%

R = 0%
G = 5.05%
B = 94.95%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#000ABC (or 0x000ABC) is known color: Medium Blue. HEX triplet: 00, 0A and BC. RGB value is (0,10,188). Sum of RGB (Red+Green+Blue) = 0+10+188=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 188 (73.83% from 255 or 94.95% from 198); Max value from RGB is 188 - color contains mainly: blue. Hex color #000ABC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000ABC is #FFF543. Grayscale: #1A1A1A. Windows color (decimal): -16774468 or 12323328. OLE color: 12323328.

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

Color convert

RGB 0 10 188 -
CMYK 1 0.95 0 0.26
HSL 236.81º 1% 0.37% -
HSV(B) 236.81º 1% 0.74% -
XYZ 9.19 3.85 47.84 -
YUV 27.3 218.69 108.53 -
System Red Green Blue C M Y K H S L
Decimal 0 10 188 1 0.95 0 0.26 236.81 1 0.37
Hex 0 A BC 64 5F 0 1A ED 64 25
Octal 0 12 274 144 137 0 32 355 144 45
Binary 0 1010 10111100 1100100 1011111 0 11010 11101101 1100100 100101

Color Harmonies of #000ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000ABC

Black with #000ABC

Text Example


Text Example

White with #000ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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