Html Css Color HEX #0C0ACE Medium Blue

📋 copy color: '#0C0ACE'

red 12 ◦ green 10 ◦ blue 206

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

Shades of Medium Blue #0C0ACE

Tints of Medium Blue #0C0ACE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.39%

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

R = 5.26%
G = 4.39%
B = 90.35%

CMYK

 C value IS 0.94

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0C0ACE (or 0x0C0ACE) is known color: Medium Blue. HEX triplet: 0C, 0A and CE. RGB value is (12,10,206). Sum of RGB (Red+Green+Blue) = 12+10+206=228 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.26% from 228); Green value is 10 (4.30% from 255 or 4.39% from 228); Blue value is 206 (80.86% from 255 or 90.35% from 228); Max value from RGB is 206 - color contains mainly: blue. Hex color #0C0ACE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C0ACE is #F3F531. Grayscale: #202020. Windows color (decimal): -15988018 or 13502988. OLE color: 13502988.

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

Color convert

RGB 12 10 206 -
CMYK 0.94 0.95 0 0.19
HSL 240.61º 0.91% 0.42% -
HSV(B) 240.61º 0.95% 0.81% -
XYZ 11.4 4.75 58.71 -
YUV 32.94 225.66 113.06 -
System Red Green Blue C M Y K H S L
Decimal 12 10 206 0.94 0.95 0 0.19 240.61 0.91 0.42
Hex C A CE 5E 5F 0 13 F1 5B 2A
Octal 14 12 316 136 137 0 23 361 133 52
Binary 1100 1010 11001110 1011110 1011111 0 10011 11110001 1011011 101010

Color Harmonies of #0C0ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0ACE

Black with #0C0ACE

Text Example


Text Example

White with #0C0ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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