#0009CC

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

Shades of Medium Blue #0009CC

Tints of Medium Blue #0009CC

Color information

#0009CC (or 0x0009CC) is unknown color: approx Medium Blue. HEX triplet: 00, 09 and CC. RGB value is (0,9,204). Sum of RGB (Red+Green+Blue) = 0+9+204=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 204 (80.08% from 255 or 95.77% from 213); Max value from RGB is 204 - color contains mainly: blue. Hex color #0009CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0009CC is #FFF633. Grayscale: #1B1B1B. Windows color (decimal): -16774708 or 13371648. OLE color: 13371648.

HSL color Cylindrical-coordinate representation of color #0009CC: hue angle of 237.35º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0009CC is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB09204-
CMYK10.9600.2
HSL237.35º100%40%-
HSV(B)237.35º100%80%-
XYZ114.5657.43-
YUV28.54227.02107.64-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 9 (3.91% from 255) = 4.23%
BLUE value IS 204 (80.08% from 255) = 95.77%
R=0%
G=4.23%
B=95.77%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal0920410.9600.2237.3510040
Hex09CC6460014ed6428
Octal01131414414002435514450
Binary010011100110011001001100000010100111011011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0009CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0009CC; }

 p { color: rgb(0,9,204); }

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

<style>
 a { background-color: #0009CC; }

 a { background-color: rgb(0,9,204); }

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

<style>
 span { border-color: #0009CC; }

 span { border-color: rgb(0,9,204); }

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