Html Css Color HEX #0012CD Medium Blue

📋 copy color: '#0012CD'

red 0 ◦ green 18 ◦ blue 205

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

Shades of Medium Blue #0012CD

Tints of Medium Blue #0012CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 91.93%

R = 0%
G = 8.07%
B = 91.93%

CMYK

 C value IS 1

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0012CD (or 0x0012CD) is known color: Medium Blue. HEX triplet: 00, 12 and CD. RGB value is (0,18,205). Sum of RGB (Red+Green+Blue) = 0+18+205=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 205 (80.47% from 255 or 91.93% from 223); Max value from RGB is 205 - color contains mainly: blue. Hex color #0012CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0012CD is #FFED32. Grayscale: #212121. Windows color (decimal): -16772403 or 13439488. OLE color: 13439488.

HSL color Cylindrical-coordinate representation of color #0012CD: hue angle of 234.73º 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 #0012CD is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 18 205 -
CMYK 1 0.91 0 0.20
HSL 234.73º 1% 0.4% -
HSV(B) 234.73º 1% 0.8% -
XYZ 11.24 4.84 58.1 -
YUV 33.94 224.54 103.79 -
System Red Green Blue C M Y K H S L
Decimal 0 18 205 1 0.91 0 0.20 234.73 1 0.4
Hex 0 12 CD 64 5B 0 14 EB 64 28
Octal 0 22 315 144 133 0 24 353 144 50
Binary 0 10010 11001101 1100100 1011011 0 10100 11101011 1100100 101000

Color Harmonies of #0012CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0012CD

Black with #0012CD

Text Example


Text Example

White with #0012CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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