Html Css Color HEX #0C00CE Medium Blue

📋 copy color: '#0C00CE'

red 12 ◦ green 0 ◦ blue 206

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

Shades of Medium Blue #0C00CE

Tints of Medium Blue #0C00CE

RGB

 RED value IS 12 (5.08% from 255) = 5.5%

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

 BLUE value IS 206 (80.86% from 255) = 94.5%

R = 5.5%
G = 0%
B = 94.5%

CMYK

 C value IS 0.94

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0C00CE (or 0x0C00CE) is known color: Medium Blue. HEX triplet: 0C, 00 and CE. RGB value is (12,0,206). Sum of RGB (Red+Green+Blue) = 12+0+206=218 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.50% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 206 (80.86% from 255 or 94.50% from 218); Max value from RGB is 206 - color contains mainly: blue. Hex color #0C00CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C00CE is #F3FF31. Grayscale: #1A1A1A. Windows color (decimal): -15990578 or 13500428. OLE color: 13500428.

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

Color convert

RGB 12 0 206 -
CMYK 0.94 1 0 0.19
HSL 243.5º 1% 0.4% -
HSV(B) 243.5º 1% 0.81% -
XYZ 11.29 4.53 58.67 -
YUV 27.07 228.98 117.25 -
System Red Green Blue C M Y K H S L
Decimal 12 0 206 0.94 1 0 0.19 243.5 1 0.4
Hex C 0 CE 5E 64 0 13 F3 64 28
Octal 14 0 316 136 144 0 23 363 144 50
Binary 1100 0 11001110 1011110 1100100 0 10011 11110011 1100100 101000

Color Harmonies of #0C00CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C00CE

Black with #0C00CE

Text Example


Text Example

White with #0C00CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C00CE; }

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

 H1.HeaderClassName
 {
   color: #0C00CE;
 }
 .AnyTagClassName
 {
   color: #0C00CE;
 }
</style>

background-color css

<style>
 a { background-color: #0C00CE; }

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

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

border-color css

<style>
 span { border-color: #0C00CE; }

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

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