Html Css Color HEX #0009CC Medium Blue

📋 copy color: '#0009CC'

red 0 ◦ green 9 ◦ blue 204

#0009CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #0009CC

Tints of Medium Blue #0009CC

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 value IS 1

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0009CC (or 0x0009CC) is known color: 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

RGB 0 9 204 -
CMYK 1 0.96 0 0.2
HSL 237.35º 1% 0.4% -
HSV(B) 237.35º 1% 0.8% -
XYZ 11 4.56 57.43 -
YUV 28.54 227.02 107.64 -
System Red Green Blue C M Y K H S L
Decimal 0 9 204 1 0.96 0 0.2 237.35 1 0.4
Hex 0 9 CC 64 60 0 14 ED 64 28
Octal 0 11 314 144 140 0 24 355 144 50
Binary 0 1001 11001100 1100100 1100000 0 10100 11101101 1100100 101000

Color Harmonies of #0009CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0009CC

Black with #0009CC

Text Example


Text Example

White with #0009CC

Text Example


Text Example

HTML Codes & Css Web 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>