Html Css Color HEX #000DC6 Medium Blue

📋 copy color: '#000DC6'

red 0 ◦ green 13 ◦ blue 198

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

Shades of Medium Blue #000DC6

Tints of Medium Blue #000DC6

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.16%

 BLUE value IS 198 (77.73% from 255) = 93.84%

R = 0%
G = 6.16%
B = 93.84%

CMYK

 C value IS 1

 M value IS 0.93

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#000DC6 (or 0x000DC6) is known color: Medium Blue. HEX triplet: 00, 0D and C6. RGB value is (0,13,198). Sum of RGB (Red+Green+Blue) = 0+13+198=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 13 (5.47% from 255 or 6.16% from 211); Blue value is 198 (77.73% from 255 or 93.84% from 211); Max value from RGB is 198 - color contains mainly: blue. Hex color #000DC6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000DC6 is #FFF239. Grayscale: #1D1D1D. Windows color (decimal): -16773690 or 12979456. OLE color: 12979456.

HSL color Cylindrical-coordinate representation of color #000DC6: hue angle of 236.06º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000DC6 is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 0 13 198 -
CMYK 1 0.93 0 0.22
HSL 236.06º 1% 0.39% -
HSV(B) 236.06º 1% 0.78% -
XYZ 10.34 4.37 53.72 -
YUV 30.2 222.69 106.46 -
System Red Green Blue C M Y K H S L
Decimal 0 13 198 1 0.93 0 0.22 236.06 1 0.39
Hex 0 D C6 64 5D 0 16 EC 64 27
Octal 0 15 306 144 135 0 26 354 144 47
Binary 0 1101 11000110 1100100 1011101 0 10110 11101100 1100100 100111

Color Harmonies of #000DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000DC6

Black with #000DC6

Text Example


Text Example

White with #000DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,13,198); }

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

background-color css

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

 a { background-color: rgb(0,13,198); }

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

border-color css

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

 span { border-color: rgb(0,13,198); }

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