Html Css Color HEX #000DCE Medium Blue

📋 copy color: '#000DCE'

red 0 ◦ green 13 ◦ blue 206

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

Shades of Medium Blue #000DCE

Tints of Medium Blue #000DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 94.06%

R = 0%
G = 5.94%
B = 94.06%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#000DCE (or 0x000DCE) is known color: Medium Blue. HEX triplet: 00, 0D and CE. RGB value is (0,13,206). Sum of RGB (Red+Green+Blue) = 0+13+206=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 13 (5.47% from 255 or 5.94% from 219); Blue value is 206 (80.86% from 255 or 94.06% from 219); Max value from RGB is 206 - color contains mainly: blue. Hex color #000DCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000DCE is #FFF231. Grayscale: #1E1E1E. Windows color (decimal): -16773682 or 13503744. OLE color: 13503744.

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

Color convert

RGB 0 13 206 -
CMYK 1 0.94 0 0.19
HSL 236.21º 1% 0.4% -
HSV(B) 236.21º 1% 0.81% -
XYZ 11.28 4.74 58.71 -
YUV 31.12 226.69 105.81 -
System Red Green Blue C M Y K H S L
Decimal 0 13 206 1 0.94 0 0.19 236.21 1 0.4
Hex 0 D CE 64 5E 0 13 EC 64 28
Octal 0 15 316 144 136 0 23 354 144 50
Binary 0 1101 11001110 1100100 1011110 0 10011 11101100 1100100 101000

Color Harmonies of #000DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000DCE

Black with #000DCE

Text Example


Text Example

White with #000DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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