#0207C0

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

Shades of Medium Blue #0207C0

Tints of Medium Blue #0207C0

Color information

#0207C0 (or 0x0207C0) is unknown color: approx Medium Blue. HEX triplet: 02, 07 and C0. RGB value is (2,7,192). Sum of RGB (Red+Green+Blue) = 2+7+192=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 192 (75.39% from 255 or 95.52% from 201); Max value from RGB is 192 - color contains mainly: blue. Hex color #0207C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0207C0 is #FDF83F. Grayscale: #191919. Windows color (decimal): -16644160 or 12584706. OLE color: 12584706.

HSL color Cylindrical-coordinate representation of color #0207C0: hue angle of 238.42º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0207C0 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB27192-
CMYK0.990.9600.25
HSL238.42º97.94%38.04%-
HSV(B)238.42º98.96%75.29%-
XYZ9.623.9750.13-
YUV26.6221.34110.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.00%
GREEN value IS 7 (3.12% from 255) = 3.48%
BLUE value IS 192 (75.39% from 255) = 95.52%
R=1.00%
G=3.48%
B=95.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal271920.990.9600.25238.4297.9438.04
Hex27C06360019ee6226
Octal2730014314003135614246
Binary101111100000011000111100000011001111011101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0207C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0207C0; }

 p { color: rgb(2,7,192); }

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

<style>
 a { background-color: #0207C0; }

 a { background-color: rgb(2,7,192); }

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

<style>
 span { border-color: #0207C0; }

 span { border-color: rgb(2,7,192); }

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