#0900CC

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

Shades of Medium Blue #0900CC

Tints of Medium Blue #0900CC

Color information

#0900CC (or 0x0900CC) is unknown color: approx Medium Blue. HEX triplet: 09, 00 and CC. RGB value is (9,0,204). Sum of RGB (Red+Green+Blue) = 9+0+204=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 0 (0.39% from 255 or 0% 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 #0900CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0900CC is #F6FF33. Grayscale: #191919. Windows color (decimal): -16187188 or 13369353. OLE color: 13369353.

HSL color Cylindrical-coordinate representation of color #0900CC: hue angle of 242.65º 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 #0900CC is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB90204-
CMYK0.96100.2
HSL242.65º100%40%-
HSV(B)242.65º100%80%-
XYZ11.014.4257.4-
YUV25.95228.48115.91-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal902040.96100.2242.6510040
Hex90CC6064014f36428
Octal11031414014402436314450
Binary100101100110011000001100100010100111100111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0900CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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