Html Css Color HEX #000CCC Medium Blue

📋 copy color: '#000CCC'

red 0 ◦ green 12 ◦ blue 204

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

Shades of Medium Blue #000CCC

Tints of Medium Blue #000CCC

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 12 (5.08% from 255) = 5.56%

 BLUE value IS 204 (80.08% from 255) = 94.44%

R = 0%
G = 5.56%
B = 94.44%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#000CCC (or 0x000CCC) is known color: Medium Blue. HEX triplet: 00, 0C and CC. RGB value is (0,12,204). Sum of RGB (Red+Green+Blue) = 0+12+204=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 12 (5.08% from 255 or 5.56% from 216); Blue value is 204 (80.08% from 255 or 94.44% from 216); Max value from RGB is 204 - color contains mainly: blue. Hex color #000CCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000CCC is #FFF333. Grayscale: #1D1D1D. Windows color (decimal): -16773940 or 13372416. OLE color: 13372416.

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

Color convert

RGB 0 12 204 -
CMYK 1 0.94 0 0.2
HSL 236.47º 1% 0.4% -
HSV(B) 236.47º 1% 0.8% -
XYZ 11.03 4.62 57.44 -
YUV 30.3 226.02 106.39 -
System Red Green Blue C M Y K H S L
Decimal 0 12 204 1 0.94 0 0.2 236.47 1 0.4
Hex 0 C CC 64 5E 0 14 EC 64 28
Octal 0 14 314 144 136 0 24 354 144 50
Binary 0 1100 11001100 1100100 1011110 0 10100 11101100 1100100 101000

Color Harmonies of #000CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000CCC

Black with #000CCC

Text Example


Text Example

White with #000CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000CCC; }

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

 H1.HeaderClassName
 {
   color: #000CCC;
 }
 .AnyTagClassName
 {
   color: #000CCC;
 }
</style>

background-color css

<style>
 a { background-color: #000CCC; }

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

 div.DivClassName
 {
   background-color: #000CCC;
 }
 .BgClassName
 {
   background-color: #000CCC;
 }
</style>

border-color css

<style>
 span { border-color: #000CCC; }

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

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