#0f1ddc

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

Shades of Medium Blue #0F1DDC

Tints of Medium Blue #0F1DDC

Color information

#0F1DDC (or 0x0F1DDC) is unknown color: approx Medium Blue. HEX triplet: 0F, 1D and DC. RGB value is (15,29,220). Sum of RGB (Red+Green+Blue) = 15+29+220=264 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.68% from 264); Green value is 29 (11.72% from 255 or 10.98% from 264); Blue value is 220 (86.33% from 255 or 83.33% from 264); Max value from RGB is 220 - color contains mainly: blue. Hex color #0F1DDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F1DDC is #F0E223. Grayscale: #2D2D2D. Windows color (decimal): -15786532 or 14425359. OLE color: 14425359.

HSL color Cylindrical-coordinate representation of color #0F1DDC: hue angle of 235.9º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F1DDC is Cyan = 0.93, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB1529220-
CMYK0.930.8700.14
HSL235.9º87.23%46.08%-
HSV(B)235.9º93.18%86.27%-
XYZ13.556.1568.18-
YUV46.59225.86105.47-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.68%
GREEN value IS 29 (11.72% from 255) = 10.98%
BLUE value IS 220 (86.33% from 255) = 83.33%
R=5.68%
G=10.98%
B=83.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal15292200.930.8700.14235.987.2346.08
HexF1DDC5D570Eec572e
Octal173533413512701635412756
Binary111111101110111001011101101011101110111011001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f1ddc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,29,220); }

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

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

 a { background-color: rgb(15,29,220); }

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

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

 span { border-color: rgb(15,29,220); }

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