#0D1CC1

Color #0D1CC1 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #0D1CC1

Tints of Medium Blue #0D1CC1

Color information

#0D1CC1 (or 0x0D1CC1) is unknown color: approx Medium Blue. HEX triplet: 0D, 1C and C1. RGB value is (13,28,193). Sum of RGB (Red+Green+Blue) = 13+28+193=234 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.56% from 234); Green value is 28 (11.33% from 255 or 11.97% from 234); Blue value is 193 (75.78% from 255 or 82.48% from 234); Max value from RGB is 193 - color contains mainly: blue. Hex color #0D1CC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D1CC1 is #F2E33E. Grayscale: #292929. Windows color (decimal): -15917887 or 12655629. OLE color: 12655629.

HSL color Cylindrical-coordinate representation of color #0D1CC1: hue angle of 235º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D1CC1 is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1328193-
CMYK0.930.8500.24
HSL235º87.38%40.39%-
HSV(B)235º93.26%75.69%-
XYZ10.214.7750.83-
YUV42.32213.03107.08-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.56%
GREEN value IS 28 (11.33% from 255) = 11.97%
BLUE value IS 193 (75.78% from 255) = 82.48%
R=5.56%
G=11.97%
B=82.48%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal13281930.930.8500.2423587.3840.39
HexD1CC15D55018eb5728
Octal153430113512503035312750
Binary1101111001100000110111011010101011000111010111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,28,193); }

 H1.HeaderClassName
 {
   color: #0D1CC1;
 }
 .AnyTagClassName
 {
   color: #0D1CC1;
 }
</style>
background-color css

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

 a { background-color: rgb(13,28,193); }

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

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

 span { border-color: rgb(13,28,193); }

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