#0F00CF

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

Shades of Medium Blue #0F00CF

Tints of Medium Blue #0F00CF

Color information

#0F00CF (or 0x0F00CF) is unknown color: approx Medium Blue. HEX triplet: 0F, 00 and CF. RGB value is (15,0,207). Sum of RGB (Red+Green+Blue) = 15+0+207=222 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.76% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 207 (81.25% from 255 or 93.24% from 222); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F00CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F00CF is #F0FF30. Grayscale: #1B1B1B. Windows color (decimal): -15793969 or 13565967. OLE color: 13565967.

HSL color Cylindrical-coordinate representation of color #0F00CF: hue angle of 244.35º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F00CF is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB150207-
CMYK0.93100.19
HSL244.35º100%40.59%-
HSV(B)244.35º100%81.18%-
XYZ11.464.6159.32-
YUV28.08228.97118.67-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.76%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 207 (81.25% from 255) = 93.24%
R=6.76%
G=0%
B=93.24%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1502070.93100.19244.3510040.59
HexF0CF5D64013f46429
Octal17031713514402336414451
Binary111101100111110111011100100010011111101001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F00CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,0,207); }

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

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

 a { background-color: rgb(15,0,207); }

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

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

 span { border-color: rgb(15,0,207); }

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