Html Css Color HEX #0D0CDA Medium Blue

📋 copy color: '#0D0CDA'

red 13 ◦ green 12 ◦ blue 218

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

Shades of Medium Blue #0D0CDA

Tints of Medium Blue #0D0CDA

RGB

 RED value IS 13 (5.47% from 255) = 5.35%

 GREEN value IS 12 (5.08% from 255) = 4.94%

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

R = 5.35%
G = 4.94%
B = 89.71%

CMYK

 C value IS 0.94

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0D0CDA (or 0x0D0CDA) is known color: Medium Blue. HEX triplet: 0D, 0C and DA. RGB value is (13,12,218). Sum of RGB (Red+Green+Blue) = 13+12+218=243 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.35% from 243); Green value is 12 (5.08% from 255 or 4.94% from 243); Blue value is 218 (85.55% from 255 or 89.71% from 243); Max value from RGB is 218 - color contains mainly: blue. Hex color #0D0CDA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D0CDA is #F2F325. Grayscale: #222222. Windows color (decimal): -15921958 or 14289933. OLE color: 14289933.

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

Color convert

RGB 13 12 218 -
CMYK 0.94 0.94 0 0.15
HSL 240.29º 0.9% 0.45% -
HSV(B) 240.29º 0.94% 0.85% -
XYZ 12.95 5.41 66.69 -
YUV 35.78 230.83 111.75 -
System Red Green Blue C M Y K H S L
Decimal 13 12 218 0.94 0.94 0 0.15 240.29 0.9 0.45
Hex D C DA 5E 5E 0 F F0 5A 2D
Octal 15 14 332 136 136 0 17 360 132 55
Binary 1101 1100 11011010 1011110 1011110 0 1111 11110000 1011010 101101

Color Harmonies of #0D0CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0CDA

Black with #0D0CDA

Text Example


Text Example

White with #0D0CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D0CDA; }

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

 H1.HeaderClassName
 {
   color: #0D0CDA;
 }
 .AnyTagClassName
 {
   color: #0D0CDA;
 }
</style>

background-color css

<style>
 a { background-color: #0D0CDA; }

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

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

border-color css

<style>
 span { border-color: #0D0CDA; }

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

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