Html Css Color HEX #000CCA Medium Blue

📋 copy color: '#000CCA'

red 0 ◦ green 12 ◦ blue 202

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

Shades of Medium Blue #000CCA

Tints of Medium Blue #000CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 94.39%

R = 0%
G = 5.61%
B = 94.39%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#000CCA (or 0x000CCA) is known color: Medium Blue. HEX triplet: 00, 0C and CA. RGB value is (0,12,202). Sum of RGB (Red+Green+Blue) = 0+12+202=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 12 (5.08% from 255 or 5.61% from 214); Blue value is 202 (79.30% from 255 or 94.39% from 214); Max value from RGB is 202 - color contains mainly: blue. Hex color #000CCA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000CCA is #FFF335. Grayscale: #1D1D1D. Windows color (decimal): -16773942 or 13241344. OLE color: 13241344.

HSL color Cylindrical-coordinate representation of color #000CCA: hue angle of 236.44º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000CCA is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 0 12 202 -
CMYK 1 0.94 0 0.21
HSL 236.44º 1% 0.4% -
HSV(B) 236.44º 1% 0.79% -
XYZ 10.79 4.53 56.18 -
YUV 30.07 225.02 106.55 -
System Red Green Blue C M Y K H S L
Decimal 0 12 202 1 0.94 0 0.21 236.44 1 0.4
Hex 0 C CA 64 5E 0 15 EC 64 28
Octal 0 14 312 144 136 0 25 354 144 50
Binary 0 1100 11001010 1100100 1011110 0 10101 11101100 1100100 101000

Color Harmonies of #000CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000CCA

Black with #000CCA

Text Example


Text Example

White with #000CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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