Html Css Color HEX #000DDA Medium Blue

📋 copy color: '#000DDA'

red 0 ◦ green 13 ◦ blue 218

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

Shades of Medium Blue #000DDA

Tints of Medium Blue #000DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 94.37%

R = 0%
G = 5.63%
B = 94.37%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#000DDA (or 0x000DDA) is known color: Medium Blue. HEX triplet: 00, 0D and DA. RGB value is (0,13,218). Sum of RGB (Red+Green+Blue) = 0+13+218=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 13 (5.47% from 255 or 5.63% from 231); Blue value is 218 (85.55% from 255 or 94.37% from 231); Max value from RGB is 218 - color contains mainly: blue. Hex color #000DDA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000DDA is #FFF225. Grayscale: #1F1F1F. Windows color (decimal): -16773670 or 14290176. OLE color: 14290176.

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

Color convert

RGB 0 13 218 -
CMYK 1 0.94 0 0.15
HSL 236.42º 1% 0.43% -
HSV(B) 236.42º 1% 0.85% -
XYZ 12.8 5.35 66.69 -
YUV 32.48 232.69 104.83 -
System Red Green Blue C M Y K H S L
Decimal 0 13 218 1 0.94 0 0.15 236.42 1 0.43
Hex 0 D DA 64 5E 0 F EC 64 2B
Octal 0 15 332 144 136 0 17 354 144 53
Binary 0 1101 11011010 1100100 1011110 0 1111 11101100 1100100 101011

Color Harmonies of #000DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000DDA

Black with #000DDA

Text Example


Text Example

White with #000DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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