Html Css Color HEX #0012BA Medium Blue

📋 copy color: '#0012BA'

red 0 ◦ green 18 ◦ blue 186

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

Shades of Medium Blue #0012BA

Tints of Medium Blue #0012BA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.82%

 BLUE value IS 186 (73.05% from 255) = 91.18%

R = 0%
G = 8.82%
B = 91.18%

CMYK

 C value IS 1

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0012BA (or 0x0012BA) is known color: Medium Blue. HEX triplet: 00, 12 and BA. RGB value is (0,18,186). Sum of RGB (Red+Green+Blue) = 0+18+186=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 186 (73.05% from 255 or 91.18% from 204); Max value from RGB is 186 - color contains mainly: blue. Hex color #0012BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0012BA is #FFED45. Grayscale: #1F1F1F. Windows color (decimal): -16772422 or 12194304. OLE color: 12194304.

HSL color Cylindrical-coordinate representation of color #0012BA: hue angle of 234.19º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0012BA is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 18 186 -
CMYK 1 0.90 0 0.27
HSL 234.19º 1% 0.36% -
HSV(B) 234.19º 1% 0.73% -
XYZ 9.08 3.98 46.74 -
YUV 31.77 215.04 105.34 -
System Red Green Blue C M Y K H S L
Decimal 0 18 186 1 0.90 0 0.27 234.19 1 0.36
Hex 0 12 BA 64 5A 0 1B EA 64 24
Octal 0 22 272 144 132 0 33 352 144 44
Binary 0 10010 10111010 1100100 1011010 0 11011 11101010 1100100 100100

Color Harmonies of #0012BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0012BA

Black with #0012BA

Text Example


Text Example

White with #0012BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0012BA; }

 p { color: rgb(0,18,186); }

 H1.HeaderClassName
 {
   color: #0012BA;
 }
 .AnyTagClassName
 {
   color: #0012BA;
 }
</style>

background-color css

<style>
 a { background-color: #0012BA; }

 a { background-color: rgb(0,18,186); }

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

border-color css

<style>
 span { border-color: #0012BA; }

 span { border-color: rgb(0,18,186); }

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