Html Css Color HEX #0D0CCC Medium Blue

📋 copy color: '#0D0CCC'

red 13 ◦ green 12 ◦ blue 204

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

Shades of Medium Blue #0D0CCC

Tints of Medium Blue #0D0CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 89.08%

R = 5.68%
G = 5.24%
B = 89.08%

CMYK

 C value IS 0.94

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0D0CCC (or 0x0D0CCC) is known color: Medium Blue. HEX triplet: 0D, 0C and CC. RGB value is (13,12,204). Sum of RGB (Red+Green+Blue) = 13+12+204=229 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.68% from 229); Green value is 12 (5.08% from 255 or 5.24% from 229); Blue value is 204 (80.08% from 255 or 89.08% from 229); Max value from RGB is 204 - color contains mainly: blue. Hex color #0D0CCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D0CCC is #F2F333. Grayscale: #212121. Windows color (decimal): -15921972 or 13372429. OLE color: 13372429.

HSL color Cylindrical-coordinate representation of color #0D0CCC: hue angle of 240.31º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D0CCC is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 13 12 204 -
CMYK 0.94 0.94 0 0.2
HSL 240.31º 0.89% 0.42% -
HSV(B) 240.31º 0.94% 0.8% -
XYZ 11.2 4.71 57.45 -
YUV 34.19 223.83 112.89 -
System Red Green Blue C M Y K H S L
Decimal 13 12 204 0.94 0.94 0 0.2 240.31 0.89 0.42
Hex D C CC 5E 5E 0 14 F0 59 2A
Octal 15 14 314 136 136 0 24 360 131 52
Binary 1101 1100 11001100 1011110 1011110 0 10100 11110000 1011001 101010

Color Harmonies of #0D0CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0CCC

Black with #0D0CCC

Text Example


Text Example

White with #0D0CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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